#877A28

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

Shades of Pesto #877A28

Tints of Pesto #877A28

Color information

#877A28 (or 0x877A28) is unknown color: approx Pesto. HEX triplet: 87, 7A and 28. RGB value is (135,122,40). Sum of RGB (Red+Green+Blue) = 135+122+40=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #877A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A28 is #7885D7. Grayscale: #747474. Windows color (decimal): -7898584 or 2652807. OLE color: 2652807.

HSL color Cylindrical-coordinate representation of color #877A28: hue angle of 51.79º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #877A28 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13512240-
CMYK00.100.700.47
HSL51.79º54.29%34.31%-
HSV(B)51.79º70.37%52.94%-
XYZ17.3319.224.8-
YUV116.5484.81141.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=45.45%
G=41.08%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351224000.100.700.4751.7954.2934.31
Hex877A280A462F343622
Octal2071725001210657646642
Binary100001111111010101000010101000110101111110100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A28; }

 p { color: rgb(135,122,40); }

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

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

 a { background-color: rgb(135,122,40); }

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

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

 span { border-color: rgb(135,122,40); }

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