#877D27

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

Shades of Pesto #877D27

Tints of Pesto #877D27

Color information

#877D27 (or 0x877D27) is unknown color: approx Pesto. HEX triplet: 87, 7D and 27. RGB value is (135,125,39). Sum of RGB (Red+Green+Blue) = 135+125+39=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #877D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D27 is #7882D8. Grayscale: #767676. Windows color (decimal): -7897817 or 2588039. OLE color: 2588039.

HSL color Cylindrical-coordinate representation of color #877D27: hue angle of 53.75º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #877D27 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB13512539-
CMYK00.070.710.47
HSL53.75º55.17%34.12%-
HSV(B)53.75º71.11%52.94%-
XYZ17.6919.964.84-
YUV118.1983.31139.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=45.15%
G=41.81%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351253900.070.710.4753.7555.1734.12
Hex877D2707472F363722
Octal207175470710757666742
Binary10000111111110110011101111000111101111110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,39); }

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

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

 a { background-color: rgb(135,125,39); }

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

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

 span { border-color: rgb(135,125,39); }

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