Html Css Color HEX #771D08 Falu Red

📋 copy color: '#771D08'

red 119 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #771D08

Tints of Falu Red #771D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

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

R = 76.28%
G = 18.59%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771D08 (or 0x771D08) is known color: Falu Red. HEX triplet: 77, 1D and 08. RGB value is (119,29,8). Sum of RGB (Red+Green+Blue) = 119+29+8=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D08 is #88E2F7. Grayscale: #353535. Windows color (decimal): -8971000 or 531831. OLE color: 531831.

HSL color Cylindrical-coordinate representation of color #771D08: hue angle of 11.35º 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 #771D08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 8 -
CMYK 0 0.76 0.93 0.53
HSL 11.35º 0.87% 0.25% -
HSV(B) 11.35º 0.93% 0.47% -
XYZ 8.09 4.82 0.73 -
YUV 53.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 119 29 8 0 0.76 0.93 0.53 11.35 0.87 0.25
Hex 77 1D 8 0 4C 5D 35 B 57 19
Octal 167 35 10 0 114 135 65 13 127 31
Binary 1110111 11101 1000 0 1001100 1011101 110101 1011 1010111 11001

Color Harmonies of #771D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D08

Black with #771D08

Text Example


Text Example

White with #771D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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