Html Css Color HEX #762408 Falu Red

📋 copy color: '#762408'

red 118 ◦ green 36 ◦ blue 8

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

Shades of Falu Red #762408

Tints of Falu Red #762408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 72.84%
G = 22.22%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762408 (or 0x762408) is known color: Falu Red. HEX triplet: 76, 24 and 08. RGB value is (118,36,8). Sum of RGB (Red+Green+Blue) = 118+36+8=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762408 is #89DBF7. Grayscale: #393939. Windows color (decimal): -9034744 or 533622. OLE color: 533622.

HSL color Cylindrical-coordinate representation of color #762408: hue angle of 15.27º 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 #762408 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 8 -
CMYK 0 0.69 0.93 0.54
HSL 15.27º 0.87% 0.25% -
HSV(B) 15.27º 0.93% 0.46% -
XYZ 8.15 5.13 0.79 -
YUV 57.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 118 36 8 0 0.69 0.93 0.54 15.27 0.87 0.25
Hex 76 24 8 0 45 5D 36 F 57 19
Octal 166 44 10 0 105 135 66 17 127 31
Binary 1110110 100100 1000 0 1000101 1011101 110110 1111 1010111 11001

Color Harmonies of #762408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762408

Black with #762408

Text Example


Text Example

White with #762408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762408; }

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

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

background-color css

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

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

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

border-color css

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

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

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