Html Css Color HEX #772202 Falu Red

📋 copy color: '#772202'

red 119 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #772202

Tints of Falu Red #772202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 76.77%
G = 21.94%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#772202 (or 0x772202) is known color: Falu Red. HEX triplet: 77, 22 and 02. RGB value is (119,34,2). Sum of RGB (Red+Green+Blue) = 119+34+2=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #772202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772202 is #88DDFD. Grayscale: #373737. Windows color (decimal): -8969726 or 139895. OLE color: 139895.

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

Color convert

RGB 119 34 2 -
CMYK 0 0.71 0.98 0.53
HSL 16.41º 0.97% 0.24% -
HSV(B) 16.41º 0.98% 0.47% -
XYZ 8.19 5.07 0.6 -
YUV 55.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 119 34 2 0 0.71 0.98 0.53 16.41 0.97 0.24
Hex 77 22 2 0 47 62 35 10 61 18
Octal 167 42 2 0 107 142 65 20 141 30
Binary 1110111 100010 10 0 1000111 1100010 110101 10000 1100001 11000

Color Harmonies of #772202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772202

Black with #772202

Text Example


Text Example

White with #772202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772202; }

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

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

background-color css

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

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

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

border-color css

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

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

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