#877C60

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

Shades of Olive Haze #877C60

Tints of Olive Haze #877C60

Color information

#877C60 (or 0x877C60) is unknown color: approx Olive Haze. HEX triplet: 87, 7C and 60. RGB value is (135,124,96). Sum of RGB (Red+Green+Blue) = 135+124+96=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #877C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C60 is #78839F. Grayscale: #7C7C7C. Windows color (decimal): -7898016 or 6323335. OLE color: 6323335.

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

Color convert

RGB13512496-
CMYK00.080.290.47
HSL43.08º16.88%45.29%-
HSV(B)43.08º28.89%52.94%-
XYZ19.3120.4113.99-
YUV124.1112.14135.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=38.03%
G=34.93%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351249600.080.290.4743.0816.8845.29
Hex877C60081D2F2b112d
Octal2071741400103557532155
Binary1000011111111001100000010001110110111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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