Html Css Color HEX #771E08 Falu Red

📋 copy color: '#771E08'

red 119 ◦ green 30 ◦ blue 8

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

Shades of Falu Red #771E08

Tints of Falu Red #771E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 75.8%
G = 19.11%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771E08 (or 0x771E08) is known color: Falu Red. HEX triplet: 77, 1E and 08. RGB value is (119,30,8). Sum of RGB (Red+Green+Blue) = 119+30+8=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E08 is #88E1F7. Grayscale: #363636. Windows color (decimal): -8970744 or 532087. OLE color: 532087.

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

Color convert

RGB 119 30 8 -
CMYK 0 0.75 0.93 0.53
HSL 11.89º 0.87% 0.25% -
HSV(B) 11.89º 0.93% 0.47% -
XYZ 8.12 4.87 0.74 -
YUV 54.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 119 30 8 0 0.75 0.93 0.53 11.89 0.87 0.25
Hex 77 1E 8 0 4B 5D 35 C 57 19
Octal 167 36 10 0 113 135 65 14 127 31
Binary 1110111 11110 1000 0 1001011 1011101 110101 1100 1010111 11001

Color Harmonies of #771E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E08

Black with #771E08

Text Example


Text Example

White with #771E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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