#879B89

Color #879B89 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #879B89

Tints of Envy #879B89

Color information

#879B89 (or 0x879B89) is unknown color: approx Envy. HEX triplet: 87, 9B and 89. RGB value is (135,155,137). Sum of RGB (Red+Green+Blue) = 135+155+137=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #879B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B89 is #786476. Grayscale: #939393. Windows color (decimal): -7890039 or 9018247. OLE color: 9018247.

HSL color Cylindrical-coordinate representation of color #879B89: hue angle of 126º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879B89 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB135155137-
CMYK0.1300.120.39
HSL126º9.09%56.86%-
HSV(B)126º12.9%60.78%-
XYZ26.2330.428.15-
YUV146.97122.37119.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=31.62%
G=36.30%
B=32.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551370.1300.120.391269.0956.86
Hex879B89D0C277e939
Octal20723321115014471761171
Binary10000111100110111000100111010110010011111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879B89; }

 p { color: rgb(135,155,137); }

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

<style>
 a { background-color: #879B89; }

 a { background-color: rgb(135,155,137); }

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

<style>
 span { border-color: #879B89; }

 span { border-color: rgb(135,155,137); }

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