Html Css Color HEX #771908 Falu Red

📋 copy color: '#771908'

red 119 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #771908

Tints of Falu Red #771908

RGB

 RED value IS 119 (46.88% from 255) = 78.29%

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

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

R = 78.29%
G = 16.45%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771908 (or 0x771908) is known color: Falu Red. HEX triplet: 77, 19 and 08. RGB value is (119,25,8). Sum of RGB (Red+Green+Blue) = 119+25+8=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #771908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771908 is #88E6F7. Grayscale: #333333. Windows color (decimal): -8972024 or 530807. OLE color: 530807.

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

Color convert

RGB 119 25 8 -
CMYK 0 0.79 0.93 0.53
HSL 9.19º 0.87% 0.25% -
HSV(B) 9.19º 0.93% 0.47% -
XYZ 8 4.63 0.7 -
YUV 51.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 119 25 8 0 0.79 0.93 0.53 9.19 0.87 0.25
Hex 77 19 8 0 4F 5D 35 9 57 19
Octal 167 31 10 0 117 135 65 11 127 31
Binary 1110111 11001 1000 0 1001111 1011101 110101 1001 1010111 11001

Color Harmonies of #771908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771908

Black with #771908

Text Example


Text Example

White with #771908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771908; }

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

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

background-color css

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

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

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

border-color css

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

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

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