#80782A

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

Shades of Pesto #80782A

Tints of Pesto #80782A

Color information

#80782A (or 0x80782A) is unknown color: approx Pesto. HEX triplet: 80, 78 and 2A. RGB value is (128,120,42). Sum of RGB (Red+Green+Blue) = 128+120+42=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80782A is #7F87D5. Grayscale: #717171. Windows color (decimal): -8357846 or 2783360. OLE color: 2783360.

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

Color convert

RGB12812042-
CMYK00.060.670.50
HSL54.42º50.59%33.33%-
HSV(B)54.42º67.19%50.2%-
XYZ16.0418.194.86-
YUV113.587.65138.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=44.14%
G=41.38%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281204200.060.670.5054.4250.5933.33
Hex80782A064332363321
Octal200170520610362666341
Binary10000000111100010101001101000011110010110110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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