#877F6A

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

Shades of Olive Haze #877F6A

Tints of Olive Haze #877F6A

Color information

#877F6A (or 0x877F6A) is unknown color: approx Olive Haze. HEX triplet: 87, 7F and 6A. RGB value is (135,127,106). Sum of RGB (Red+Green+Blue) = 135+127+106=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F6A is #788095. Grayscale: #7F7F7F. Windows color (decimal): -7897238 or 6979463. OLE color: 6979463.

HSL color Cylindrical-coordinate representation of color #877F6A: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877F6A is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135127106-
CMYK00.060.210.47
HSL43.45º12.03%47.25%-
HSV(B)43.45º21.48%52.94%-
XYZ20.1821.3716.7-
YUV127116.15133.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=36.68%
G=34.51%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512710600.060.210.4743.4512.0347.25
Hex877F6A06152F2bc2f
Octal207177152062557531457
Binary10000111111111111010100110101011011111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,106); }

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

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

 a { background-color: rgb(135,127,106); }

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

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

 span { border-color: rgb(135,127,106); }

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