Html Css Color HEX #772011 Falu Red

📋 copy color: '#772011'

red 119 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #772011

Tints of Falu Red #772011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 70.83%
G = 19.05%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#772011 (or 0x772011) is known color: Falu Red. HEX triplet: 77, 20 and 11. RGB value is (119,32,17). Sum of RGB (Red+Green+Blue) = 119+32+17=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #772011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772011 is #88DFEE. Grayscale: #383838. Windows color (decimal): -8970223 or 1122423. OLE color: 1122423.

HSL color Cylindrical-coordinate representation of color #772011: hue angle of 8.82º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772011 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 17 -
CMYK 0 0.73 0.86 0.53
HSL 8.82º 0.75% 0.27% -
HSV(B) 8.82º 0.86% 0.47% -
XYZ 8.23 5 1.06 -
YUV 56.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 119 32 17 0 0.73 0.86 0.53 8.82 0.75 0.27
Hex 77 20 11 0 49 56 35 9 4B 1B
Octal 167 40 21 0 111 126 65 11 113 33
Binary 1110111 100000 10001 0 1001001 1010110 110101 1001 1001011 11011

Color Harmonies of #772011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772011

Black with #772011

Text Example


Text Example

White with #772011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772011; }

 p { color: rgb(119,32,17); }

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

background-color css

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

 a { background-color: rgb(119,32,17); }

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

border-color css

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

 span { border-color: rgb(119,32,17); }

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