#772902

Color #772902 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #772902

Tints of Peru Tan #772902

Color information

#772902 (or 0x772902) is unknown color: approx Peru Tan. HEX triplet: 77, 29 and 02. RGB value is (119,41,2). Sum of RGB (Red+Green+Blue) = 119+41+2=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772902 is #88D6FD. Grayscale: #3C3C3C. Windows color (decimal): -8967934 or 141687. OLE color: 141687.

HSL color Cylindrical-coordinate representation of color #772902: hue angle of 20º 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 #772902 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119412-
CMYK00.660.980.53
HSL20º96.69%23.73%-
HSV(B)20º98.32%46.67%-
XYZ8.415.510.68-
YUV59.8895.34170.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=73.46%
G=25.31%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11941200.660.980.532096.6923.73
Hex772920426235146118
Octal1675120102142652414130
Binary11101111010011001000010110001011010110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772902; }

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

 H1.HeaderClassName
 {
   color: #772902;
 }
 .AnyTagClassName
 {
   color: #772902;
 }
</style>
background-color css

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

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

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

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

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

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