#772202

Color #772202 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #772202

Tints of Falu Red #772202

Color information

#772202 (or 0x772202) is unknown color: approx 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

RGB119342-
CMYK00.710.980.53
HSL16.41º96.69%23.73%-
HSV(B)16.41º98.32%46.67%-
XYZ8.195.070.6-
YUV55.7797.66173.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11934200.710.980.5316.4196.6923.73
Hex772220476235106118
Octal1674220107142652014130
Binary11101111000101001000111110001011010110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>