#772808

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

Shades of Peru Tan #772808

Tints of Peru Tan #772808

Color information

#772808 (or 0x772808) is unknown color: approx Peru Tan. HEX triplet: 77, 28 and 08. RGB value is (119,40,8). Sum of RGB (Red+Green+Blue) = 119+40+8=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #772808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772808 is #88D7F7. Grayscale: #3C3C3C. Windows color (decimal): -8968184 or 534647. OLE color: 534647.

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

Color convert

RGB119408-
CMYK00.660.930.53
HSL17.3º87.4%24.9%-
HSV(B)17.3º93.28%46.67%-
XYZ8.415.460.84-
YUV59.9798.67170.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.26%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=71.26%
G=23.95%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11940800.660.930.5317.387.424.9
Hex772880425D35115719
Octal16750100102135652112731
Binary1110111101000100001000010101110111010110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772808; }

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

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

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

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

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

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

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

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