Html Css Color HEX #761408 Falu Red

📋 copy color: '#761408'

red 118 ◦ green 20 ◦ blue 8

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

Shades of Falu Red #761408

Tints of Falu Red #761408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 80.82%
G = 13.7%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761408 (or 0x761408) is known color: Falu Red. HEX triplet: 76, 14 and 08. RGB value is (118,20,8). Sum of RGB (Red+Green+Blue) = 118+20+8=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #761408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761408 is #89EBF7. Grayscale: #303030. Windows color (decimal): -9038840 or 529526. OLE color: 529526.

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

Color convert

RGB 118 20 8 -
CMYK 0 0.83 0.93 0.54
HSL 6.55º 0.87% 0.25% -
HSV(B) 6.55º 0.93% 0.46% -
XYZ 7.77 4.37 0.66 -
YUV 47.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 118 20 8 0 0.83 0.93 0.54 6.55 0.87 0.25
Hex 76 14 8 0 53 5D 36 7 57 19
Octal 166 24 10 0 123 135 66 7 127 31
Binary 1110110 10100 1000 0 1010011 1011101 110110 111 1010111 11001

Color Harmonies of #761408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761408

Black with #761408

Text Example


Text Example

White with #761408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761408; }

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

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

background-color css

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

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

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

border-color css

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

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

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