Html Css Color HEX #772210 Falu Red

📋 copy color: '#772210'

red 119 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #772210

Tints of Falu Red #772210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 70.41%
G = 20.12%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#772210 (or 0x772210) is known color: Falu Red. HEX triplet: 77, 22 and 10. RGB value is (119,34,16). Sum of RGB (Red+Green+Blue) = 119+34+16=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772210 is #88DDEF. Grayscale: #393939. Windows color (decimal): -8969712 or 1057399. OLE color: 1057399.

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

Color convert

RGB 119 34 16 -
CMYK 0 0.71 0.87 0.53
HSL 10.49º 0.76% 0.26% -
HSV(B) 10.49º 0.87% 0.47% -
XYZ 8.27 5.1 1.04 -
YUV 57.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 119 34 16 0 0.71 0.87 0.53 10.49 0.76 0.26
Hex 77 22 10 0 47 57 35 A 4C 1A
Octal 167 42 20 0 107 127 65 12 114 32
Binary 1110111 100010 10000 0 1000111 1010111 110101 1010 1001100 11010

Color Harmonies of #772210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772210

Black with #772210

Text Example


Text Example

White with #772210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772210; }

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

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

background-color css

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

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

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

border-color css

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

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

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