#80782B

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

Shades of Pesto #80782B

Tints of Pesto #80782B

Color information

#80782B (or 0x80782B) is unknown color: approx Pesto. HEX triplet: 80, 78 and 2B. RGB value is (128,120,43). Sum of RGB (Red+Green+Blue) = 128+120+43=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80782B is #7F87D4. Grayscale: #717171. Windows color (decimal): -8357845 or 2848896. OLE color: 2848896.

HSL color Cylindrical-coordinate representation of color #80782B: hue angle of 54.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80782B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB12812043-
CMYK00.060.660.50
HSL54.35º49.71%33.53%-
HSV(B)54.35º66.41%50.2%-
XYZ16.0518.24.95-
YUV113.6188.15138.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=43.99%
G=41.24%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281204300.060.660.5054.3549.7133.53
Hex80782B064232363222
Octal200170530610262666242
Binary10000000111100010101101101000010110010110110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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