#889C8C

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

Shades of Envy #889C8C

Tints of Envy #889C8C

Color information

#889C8C (or 0x889C8C) is unknown color: approx Envy. HEX triplet: 88, 9C and 8C. RGB value is (136,156,140). Sum of RGB (Red+Green+Blue) = 136+156+140=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #889C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C8C is #776373. Grayscale: #949494. Windows color (decimal): -7824244 or 9215112. OLE color: 9215112.

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

Color convert

RGB136156140-
CMYK0.1300.100.39
HSL132º9.17%57.25%-
HSV(B)132º12.82%61.18%-
XYZ26.7830.929.36-
YUV148.2123.37119.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=31.48%
G=36.11%
B=32.41%

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
Decimal1361561400.1300.100.391329.1757.25
Hex889C8CD0A2784939
Octal21023421415012472041171
Binary100010001001110010001100110101010100111100001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889C8C; }

 p { color: rgb(136,156,140); }

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

<style>
 a { background-color: #889C8C; }

 a { background-color: rgb(136,156,140); }

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

<style>
 span { border-color: #889C8C; }

 span { border-color: rgb(136,156,140); }

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