Html Css Color HEX #772200 Falu Red

📋 copy color: '#772200'

red 119 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #772200

Tints of Falu Red #772200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772200 (or 0x772200) is known color: Falu Red. HEX triplet: 77, 22 and 00. RGB value is (119,34,0). Sum of RGB (Red+Green+Blue) = 119+34+0=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #772200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772200 is #88DDFF. Grayscale: #373737. Windows color (decimal): -8969728 or 8823. OLE color: 8823.

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

Color convert

RGB 119 34 0 -
CMYK 0 0.71 1 0.53
HSL 17.14º 1% 0.23% -
HSV(B) 17.14º 1% 0.47% -
XYZ 8.18 5.07 0.55 -
YUV 55.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 119 34 0 0 0.71 1 0.53 17.14 1 0.23
Hex 77 22 0 0 47 64 35 11 64 17
Octal 167 42 0 0 107 144 65 21 144 27
Binary 1110111 100010 0 0 1000111 1100100 110101 10001 1100100 10111

Color Harmonies of #772200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772200

Black with #772200

Text Example


Text Example

White with #772200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772200; }

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

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

background-color css

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

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

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

border-color css

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

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

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