Html Css Color HEX #772012 Falu Red

📋 copy color: '#772012'

red 119 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #772012

Tints of Falu Red #772012

RGB

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

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

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

R = 70.41%
G = 18.93%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#772012 (or 0x772012) is known color: Falu Red. HEX triplet: 77, 20 and 12. RGB value is (119,32,18). Sum of RGB (Red+Green+Blue) = 119+32+18=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772012 is #88DFED. Grayscale: #383838. Windows color (decimal): -8970222 or 1187959. OLE color: 1187959.

HSL color Cylindrical-coordinate representation of color #772012: hue angle of 8.32º 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 #772012 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 18 -
CMYK 0 0.73 0.85 0.53
HSL 8.32º 0.74% 0.27% -
HSV(B) 8.32º 0.85% 0.47% -
XYZ 8.23 5 1.1 -
YUV 56.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 119 32 18 0 0.73 0.85 0.53 8.32 0.74 0.27
Hex 77 20 12 0 49 55 35 8 4A 1B
Octal 167 40 22 0 111 125 65 10 112 33
Binary 1110111 100000 10010 0 1001001 1010101 110101 1000 1001010 11011

Color Harmonies of #772012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772012

Black with #772012

Text Example


Text Example

White with #772012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772012; }

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

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

background-color css

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

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

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

border-color css

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

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

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