Html Css Color HEX #761908 Falu Red

📋 copy color: '#761908'

red 118 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #761908

Tints of Falu Red #761908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

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

R = 78.15%
G = 16.56%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761908 (or 0x761908) is known color: Falu Red. HEX triplet: 76, 19 and 08. RGB value is (118,25,8). Sum of RGB (Red+Green+Blue) = 118+25+8=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #761908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761908 is #89E6F7. Grayscale: #333333. Windows color (decimal): -9037560 or 530806. OLE color: 530806.

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

Color convert

RGB 118 25 8 -
CMYK 0 0.79 0.93 0.54
HSL 9.27º 0.87% 0.25% -
HSV(B) 9.27º 0.93% 0.46% -
XYZ 7.86 4.56 0.7 -
YUV 50.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 118 25 8 0 0.79 0.93 0.54 9.27 0.87 0.25
Hex 76 19 8 0 4F 5D 36 9 57 19
Octal 166 31 10 0 117 135 66 11 127 31
Binary 1110110 11001 1000 0 1001111 1011101 110110 1001 1010111 11001

Color Harmonies of #761908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761908

Black with #761908

Text Example


Text Example

White with #761908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761908; }

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

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

background-color css

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

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

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

border-color css

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

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

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