#772A08

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

Shades of Peru Tan #772A08

Tints of Peru Tan #772A08

Color information

#772A08 (or 0x772A08) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 08. RGB value is (119,42,8). Sum of RGB (Red+Green+Blue) = 119+42+8=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A08 is #88D5F7. Grayscale: #3D3D3D. Windows color (decimal): -8967672 or 535159. OLE color: 535159.

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

Color convert

RGB119428-
CMYK00.650.930.53
HSL18.38º87.4%24.9%-
HSV(B)18.38º93.28%46.67%-
XYZ8.485.60.86-
YUV61.1598.01169.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=70.41%
G=24.85%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942800.650.930.5318.3887.424.9
Hex772A80415D35125719
Octal16752100101135652212731
Binary1110111101010100001000001101110111010110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,8); }

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

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

 a { background-color: rgb(119,42,8); }

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

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

 span { border-color: rgb(119,42,8); }

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