#772C09

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

Shades of Peru Tan #772C09

Tints of Peru Tan #772C09

Color information

#772C09 (or 0x772C09) is unknown color: approx Peru Tan. HEX triplet: 77, 2C and 09. RGB value is (119,44,9). Sum of RGB (Red+Green+Blue) = 119+44+9=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C09 is #88D3F6. Grayscale: #3E3E3E. Windows color (decimal): -8967159 or 601207. OLE color: 601207.

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

Color convert

RGB119449-
CMYK00.630.920.53
HSL19.09º85.94%25.1%-
HSV(B)19.09º92.44%46.67%-
XYZ8.565.740.92-
YUV62.4397.85168.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=69.19%
G=25.58%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11944900.630.920.5319.0985.9425.1
Hex772C903F5C35135619
Octal1675411077134652312631
Binary111011110110010010111111101110011010110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,9); }

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

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

 a { background-color: rgb(119,44,9); }

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

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

 span { border-color: rgb(119,44,9); }

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