#879B8B

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

Shades of Envy #879B8B

Tints of Envy #879B8B

Color information

#879B8B (or 0x879B8B) is unknown color: approx Envy. HEX triplet: 87, 9B and 8B. RGB value is (135,155,139). Sum of RGB (Red+Green+Blue) = 135+155+139=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8B is #786474. Grayscale: #939393. Windows color (decimal): -7890037 or 9149319. OLE color: 9149319.

HSL color Cylindrical-coordinate representation of color #879B8B: hue angle of 132º 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 #879B8B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB135155139-
CMYK0.1300.100.39
HSL132º9.09%56.86%-
HSV(B)132º12.9%60.78%-
XYZ26.3730.4628.92-
YUV147.2123.37119.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=31.47%
G=36.13%
B=32.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551390.1300.100.391329.0956.86
Hex879B8BD0A2784939
Octal20723321315012472041171
Binary100001111001101110001011110101010100111100001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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