Html Css Color HEX #77220C Falu Red

📋 copy color: '#77220C'

red 119 ◦ green 34 ◦ blue 12

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

Shades of Falu Red #77220C

Tints of Falu Red #77220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 72.12%
G = 20.61%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77220C (or 0x77220C) is known color: Falu Red. HEX triplet: 77, 22 and 0C. RGB value is (119,34,12). Sum of RGB (Red+Green+Blue) = 119+34+12=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77220C is #88DDF3. Grayscale: #393939. Windows color (decimal): -8969716 or 795255. OLE color: 795255.

HSL color Cylindrical-coordinate representation of color #77220C: hue angle of 12.34º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77220C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 12 -
CMYK 0 0.71 0.90 0.53
HSL 12.34º 0.82% 0.26% -
HSV(B) 12.34º 0.9% 0.47% -
XYZ 8.25 5.09 0.9 -
YUV 56.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 119 34 12 0 0.71 0.90 0.53 12.34 0.82 0.26
Hex 77 22 C 0 47 5A 35 C 52 1A
Octal 167 42 14 0 107 132 65 14 122 32
Binary 1110111 100010 1100 0 1000111 1011010 110101 1100 1010010 11010

Color Harmonies of #77220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77220C

Black with #77220C

Text Example


Text Example

White with #77220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77220C; }

 p { color: rgb(119,34,12); }

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

background-color css

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

 a { background-color: rgb(119,34,12); }

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

border-color css

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

 span { border-color: rgb(119,34,12); }

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