#80761F

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

Shades of Pesto #80761F

Tints of Pesto #80761F

Color information

#80761F (or 0x80761F) is unknown color: approx Pesto. HEX triplet: 80, 76 and 1F. RGB value is (128,118,31). Sum of RGB (Red+Green+Blue) = 128+118+31=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80761F is #7F89E0. Grayscale: #6F6F6F. Windows color (decimal): -8358369 or 2061952. OLE color: 2061952.

HSL color Cylindrical-coordinate representation of color #80761F: hue angle of 53.81º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80761F is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB12811831-
CMYK00.080.760.50
HSL53.81º61.01%31.18%-
HSV(B)53.81º75.78%50.2%-
XYZ15.6317.643.88-
YUV111.0782.81140.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=46.21%
G=42.60%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281183100.080.760.5053.8161.0131.18
Hex80761F084C32363d1f
Octal2001663701011462667537
Binary1000000011101101111101000100110011001011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80761F; }

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

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

<style>
 a { background-color: #80761F; }

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

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

<style>
 span { border-color: #80761F; }

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

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