#772B08

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

Shades of Peru Tan #772B08

Tints of Peru Tan #772B08

Color information

#772B08 (or 0x772B08) is unknown color: approx Peru Tan. HEX triplet: 77, 2B and 08. RGB value is (119,43,8). Sum of RGB (Red+Green+Blue) = 119+43+8=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B08 is #88D4F7. Grayscale: #3D3D3D. Windows color (decimal): -8967416 or 535415. OLE color: 535415.

HSL color Cylindrical-coordinate representation of color #772B08: hue angle of 18.92º 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 #772B08 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119438-
CMYK00.640.930.53
HSL18.92º87.4%24.9%-
HSV(B)18.92º93.28%46.67%-
XYZ8.525.670.87-
YUV61.7397.68168.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=70%
G=25.29%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11943800.640.930.5318.9287.424.9
Hex772B80405D35135719
Octal16753100100135652312731
Binary1110111101011100001000000101110111010110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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