#807734

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

Shades of Pesto #807734

Tints of Pesto #807734

Color information

#807734 (or 0x807734) is unknown color: approx Pesto. HEX triplet: 80, 77 and 34. RGB value is (128,119,52). Sum of RGB (Red+Green+Blue) = 128+119+52=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #807734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807734 is #7F88CB. Grayscale: #727272. Windows color (decimal): -8358092 or 3438464. OLE color: 3438464.

HSL color Cylindrical-coordinate representation of color #807734: hue angle of 52.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #807734 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB12811952-
CMYK00.070.590.50
HSL52.89º42.22%35.29%-
HSV(B)52.89º59.38%50.2%-
XYZ16.1218.035.88-
YUV114.0592.98137.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=42.81%
G=39.80%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281195200.070.590.5052.8942.2235.29
Hex807734073B32352a23
Octal20016764077362655243
Binary1000000011101111101000111111011110010110101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807734; }

 p { color: rgb(128,119,52); }

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

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

 a { background-color: rgb(128,119,52); }

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

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

 span { border-color: rgb(128,119,52); }

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