Html Css Color HEX #761708 Falu Red

📋 copy color: '#761708'

red 118 ◦ green 23 ◦ blue 8

#761708
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #761708

Tints of Falu Red #761708

RGB

 RED value IS 118 (46.48% from 255) = 79.19%

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 79.19%
G = 15.44%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#761708 (or 0x761708) is known color: Falu Red. HEX triplet: 76, 17 and 08. RGB value is (118,23,8). Sum of RGB (Red+Green+Blue) = 118+23+8=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761708 is #89E8F7. Grayscale: #313131. Windows color (decimal): -9038072 or 530294. OLE color: 530294.

HSL color Cylindrical-coordinate representation of color #761708: hue angle of 8.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #761708 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 8 -
CMYK 0 0.81 0.93 0.54
HSL 8.18º 0.87% 0.25% -
HSV(B) 8.18º 0.93% 0.46% -
XYZ 7.82 4.48 0.68 -
YUV 49.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 118 23 8 0 0.81 0.93 0.54 8.18 0.87 0.25
Hex 76 17 8 0 51 5D 36 8 57 19
Octal 166 27 10 0 121 135 66 10 127 31
Binary 1110110 10111 1000 0 1010001 1011101 110110 1000 1010111 11001

Color Harmonies of #761708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761708

Black with #761708

Text Example


Text Example

White with #761708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761708; }

 p { color: rgb(118,23,8); }

 H1.HeaderClassName
 {
   color: #761708;
 }
 .AnyTagClassName
 {
   color: #761708;
 }
</style>

background-color css

<style>
 a { background-color: #761708; }

 a { background-color: rgb(118,23,8); }

 div.DivClassName
 {
   background-color: #761708;
 }
 .BgClassName
 {
   background-color: #761708;
 }
</style>

border-color css

<style>
 span { border-color: #761708; }

 span { border-color: rgb(118,23,8); }

 td.TdClassName
 {
   border-color: #761708;
 }
 .TagClassName
 {
   border-color: #761708;
 }
</style>