#772E11

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

Shades of Peru Tan #772E11

Tints of Peru Tan #772E11

Color information

#772E11 (or 0x772E11) is unknown color: approx Peru Tan. HEX triplet: 77, 2E and 11. RGB value is (119,46,17). Sum of RGB (Red+Green+Blue) = 119+46+17=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #772E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E11 is #88D1EE. Grayscale: #404040. Windows color (decimal): -8966639 or 1126007. OLE color: 1126007.

HSL color Cylindrical-coordinate representation of color #772E11: hue angle of 17.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772E11 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1194617-
CMYK00.610.860.53
HSL17.06º75%26.67%-
HSV(B)17.06º85.71%46.67%-
XYZ8.695.921.21-
YUV64.52101.18166.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=65.38%
G=25.27%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119461700.610.860.5317.067526.67
Hex772E1103D5635114b1b
Octal1675621075126652111333
Binary1110111101110100010111101101011011010110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772E11; }

 p { color: rgb(119,46,17); }

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

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

 a { background-color: rgb(119,46,17); }

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

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

 span { border-color: rgb(119,46,17); }

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