#877D5F

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

Shades of Olive Haze #877D5F

Tints of Olive Haze #877D5F

Color information

#877D5F (or 0x877D5F) is unknown color: approx Olive Haze. HEX triplet: 87, 7D and 5F. RGB value is (135,125,95). Sum of RGB (Red+Green+Blue) = 135+125+95=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #877D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D5F is #7882A0. Grayscale: #7C7C7C. Windows color (decimal): -7897761 or 6258055. OLE color: 6258055.

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

Color convert

RGB13512595-
CMYK00.070.300.47
HSL45º17.39%45.1%-
HSV(B)45º29.63%52.94%-
XYZ19.3920.6413.79-
YUV124.57111.31135.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=38.03%
G=35.21%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351259500.070.300.474517.3945.1
Hex877D5F071E2F2d112d
Octal207175137073657552155
Binary100001111111101101111101111111010111110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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