#879B8A

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

Shades of Envy #879B8A

Tints of Envy #879B8A

Color information

#879B8A (or 0x879B8A) is unknown color: approx Envy. HEX triplet: 87, 9B and 8A. RGB value is (135,155,138). Sum of RGB (Red+Green+Blue) = 135+155+138=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8A is #786475. Grayscale: #939393. Windows color (decimal): -7890038 or 9083783. OLE color: 9083783.

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

Color convert

RGB135155138-
CMYK0.1300.110.39
HSL129º9.09%56.86%-
HSV(B)129º12.9%60.78%-
XYZ26.330.4328.53-
YUV147.08122.87119.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=31.54%
G=36.21%
B=32.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551380.1300.110.391299.0956.86
Hex879B8AD0B2781939
Octal20723321215013472011171
Binary100001111001101110001010110101011100111100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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