#80762B

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

Shades of Pesto #80762B

Tints of Pesto #80762B

Color information

#80762B (or 0x80762B) is unknown color: approx Pesto. HEX triplet: 80, 76 and 2B. RGB value is (128,118,43). Sum of RGB (Red+Green+Blue) = 128+118+43=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80762B is #7F89D4. Grayscale: #707070. Windows color (decimal): -8358357 or 2848384. OLE color: 2848384.

HSL color Cylindrical-coordinate representation of color #80762B: hue angle of 52.94º 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 #80762B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB12811843-
CMYK00.080.660.50
HSL52.94º49.71%33.53%-
HSV(B)52.94º66.41%50.2%-
XYZ15.8217.724.87-
YUV112.4488.81139.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=44.29%
G=40.83%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281184300.080.660.5052.9449.7133.53
Hex80762B084232353222
Octal2001665301010262656242
Binary100000001110110101011010001000010110010110101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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