Html Css Color HEX #772112 Falu Red

📋 copy color: '#772112'

red 119 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #772112

Tints of Falu Red #772112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 70%
G = 19.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#772112 (or 0x772112) is known color: Falu Red. HEX triplet: 77, 21 and 12. RGB value is (119,33,18). Sum of RGB (Red+Green+Blue) = 119+33+18=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772112 is #88DEED. Grayscale: #393939. Windows color (decimal): -8969966 or 1188215. OLE color: 1188215.

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

Color convert

RGB 119 33 18 -
CMYK 0 0.72 0.85 0.53
HSL 8.91º 0.74% 0.27% -
HSV(B) 8.91º 0.85% 0.47% -
XYZ 8.26 5.05 1.11 -
YUV 57 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 119 33 18 0 0.72 0.85 0.53 8.91 0.74 0.27
Hex 77 21 12 0 48 55 35 9 4A 1B
Octal 167 41 22 0 110 125 65 11 112 33
Binary 1110111 100001 10010 0 1001000 1010101 110101 1001 1001010 11011

Color Harmonies of #772112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772112

Black with #772112

Text Example


Text Example

White with #772112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772112; }

 p { color: rgb(119,33,18); }

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

background-color css

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

 a { background-color: rgb(119,33,18); }

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

border-color css

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

 span { border-color: rgb(119,33,18); }

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