#877C2E

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

Shades of Pesto #877C2E

Tints of Pesto #877C2E

Color information

#877C2E (or 0x877C2E) is unknown color: approx Pesto. HEX triplet: 87, 7C and 2E. RGB value is (135,124,46). Sum of RGB (Red+Green+Blue) = 135+124+46=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #877C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C2E is #7883D1. Grayscale: #767676. Windows color (decimal): -7898066 or 3046535. OLE color: 3046535.

HSL color Cylindrical-coordinate representation of color #877C2E: hue angle of 52.58º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #877C2E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13512446-
CMYK00.080.660.47
HSL52.58º49.17%35.49%-
HSV(B)52.58º65.93%52.94%-
XYZ17.6919.765.47-
YUV118.487.14139.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=44.26%
G=40.66%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351244600.080.660.4752.5849.1735.49
Hex877C2E08422F353123
Octal2071745601010257656143
Binary100001111111100101110010001000010101111110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,124,46); }

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

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

 a { background-color: rgb(135,124,46); }

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

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

 span { border-color: rgb(135,124,46); }

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