#80782E

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

Shades of Pesto #80782E

Tints of Pesto #80782E

Color information

#80782E (or 0x80782E) is unknown color: approx Pesto. HEX triplet: 80, 78 and 2E. RGB value is (128,120,46). Sum of RGB (Red+Green+Blue) = 128+120+46=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80782E is #7F87D1. Grayscale: #727272. Windows color (decimal): -8357842 or 3045504. OLE color: 3045504.

HSL color Cylindrical-coordinate representation of color #80782E: hue angle of 54.15º 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 #80782E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB12812046-
CMYK00.060.640.50
HSL54.15º47.13%34.12%-
HSV(B)54.15º64.06%50.2%-
XYZ16.1118.225.25-
YUV113.9689.65138.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=43.54%
G=40.82%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281204600.060.640.5054.1547.1334.12
Hex80782E064032362f22
Octal200170560610062665742
Binary10000000111100010111001101000000110010110110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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