#889D8D

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

Shades of Envy #889D8D

Tints of Envy #889D8D

Color information

#889D8D (or 0x889D8D) is unknown color: approx Envy. HEX triplet: 88, 9D and 8D. RGB value is (136,157,141). Sum of RGB (Red+Green+Blue) = 136+157+141=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #889D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D8D is #776272. Grayscale: #949494. Windows color (decimal): -7823987 or 9280904. OLE color: 9280904.

HSL color Cylindrical-coordinate representation of color #889D8D: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D8D is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB136157141-
CMYK0.1300.100.38
HSL134.29º9.68%57.45%-
HSV(B)134.29º13.38%61.57%-
XYZ27.0231.2729.81-
YUV148.9123.54118.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=31.34%
G=36.18%
B=32.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571410.1300.100.38134.299.6857.45
Hex889D8DD0A2686a39
Octal21023521515012462061271
Binary100010001001110110001101110101010100110100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,141); }

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

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

 a { background-color: rgb(136,157,141); }

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

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

 span { border-color: rgb(136,157,141); }

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