#879A8B

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

Shades of Envy #879A8B

Tints of Envy #879A8B

Color information

#879A8B (or 0x879A8B) is unknown color: approx Envy. HEX triplet: 87, 9A and 8B. RGB value is (135,154,139). Sum of RGB (Red+Green+Blue) = 135+154+139=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #879A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A8B is #786574. Grayscale: #929292. Windows color (decimal): -7890293 or 9149063. OLE color: 9149063.

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

Color convert

RGB135154139-
CMYK0.1200.100.40
HSL132.63º8.6%56.67%-
HSV(B)132.63º12.34%60.39%-
XYZ26.2130.1328.86-
YUV146.61123.71119.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=31.54%
G=35.98%
B=32.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541390.1200.100.40132.638.656.67
Hex879A8BC0A2885939
Octal20723221314012502051171
Binary100001111001101010001011110001010101000100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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