Html Css Color HEX #761208 Falu Red

📋 copy color: '#761208'

red 118 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #761208

Tints of Falu Red #761208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 81.94%
G = 12.5%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761208 (or 0x761208) is known color: Falu Red. HEX triplet: 76, 12 and 08. RGB value is (118,18,8). Sum of RGB (Red+Green+Blue) = 118+18+8=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761208 is #89EDF7. Grayscale: #2E2E2E. Windows color (decimal): -9039352 or 529014. OLE color: 529014.

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

Color convert

RGB 118 18 8 -
CMYK 0 0.85 0.93 0.54
HSL 5.45º 0.87% 0.25% -
HSV(B) 5.45º 0.93% 0.46% -
XYZ 7.73 4.3 0.65 -
YUV 46.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 118 18 8 0 0.85 0.93 0.54 5.45 0.87 0.25
Hex 76 12 8 0 55 5D 36 5 57 19
Octal 166 22 10 0 125 135 66 5 127 31
Binary 1110110 10010 1000 0 1010101 1011101 110110 101 1010111 11001

Color Harmonies of #761208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761208

Black with #761208

Text Example


Text Example

White with #761208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761208; }

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

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

background-color css

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

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

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

border-color css

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

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

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