#80772E

Color #80772E Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #80772E

Tints of Pesto #80772E

Color information

#80772E (or 0x80772E) is unknown color: approx Pesto. HEX triplet: 80, 77 and 2E. RGB value is (128,119,46). Sum of RGB (Red+Green+Blue) = 128+119+46=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80772E is #7F88D1. Grayscale: #717171. Windows color (decimal): -8358098 or 3045248. OLE color: 3045248.

HSL color Cylindrical-coordinate representation of color #80772E: hue angle of 53.41º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80772E is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB12811946-
CMYK00.070.640.50
HSL53.41º47.13%34.12%-
HSV(B)53.41º64.06%50.2%-
XYZ15.9917.985.21-
YUV113.3789.98138.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 46 (18.36% from 255) = 15.70%
R=43.69%
G=40.61%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281194600.070.640.5053.4147.1334.12
Hex80772E074032352f22
Octal200167560710062655742
Binary10000000111011110111001111000000110010110101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80772E; }

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

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

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

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

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

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

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

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