#772E05

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

Shades of Peru Tan #772E05

Tints of Peru Tan #772E05

Color information

#772E05 (or 0x772E05) is unknown color: approx Peru Tan. HEX triplet: 77, 2E and 05. RGB value is (119,46,5). Sum of RGB (Red+Green+Blue) = 119+46+5=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E05 is #88D1FA. Grayscale: #3F3F3F. Windows color (decimal): -8966651 or 339575. OLE color: 339575.

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

Color convert

RGB119465-
CMYK00.610.960.53
HSL21.58º91.94%24.31%-
HSV(B)21.58º95.8%46.67%-
XYZ8.615.890.83-
YUV63.1595.18167.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=70%
G=27.06%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11946500.610.960.5321.5891.9424.31
Hex772E503D6035165c18
Octal167565075140652613430
Binary11101111011101010111101110000011010110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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