#88928B

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

Shades of Envy #88928B

Tints of Envy #88928B

Color information

#88928B (or 0x88928B) is unknown color: approx Envy. HEX triplet: 88, 92 and 8B. RGB value is (136,146,139). Sum of RGB (Red+Green+Blue) = 136+146+139=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #88928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88928B is #776D74. Grayscale: #8E8E8E. Windows color (decimal): -7826805 or 9147016. OLE color: 9147016.

HSL color Cylindrical-coordinate representation of color #88928B: hue angle of 138º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88928B is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB136146139-
CMYK0.0700.050.43
HSL138º4.39%55.29%-
HSV(B)138º6.85%57.25%-
XYZ25.0927.6628.44-
YUV142.21126.19123.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=32.30%
G=34.68%
B=33.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461390.0700.050.431384.3955.29
Hex88928B7052B8a437
Octal21022221370553212467
Binary100010001001001010001011111010110101110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88928B; }

 p { color: rgb(136,146,139); }

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

<style>
 a { background-color: #88928B; }

 a { background-color: rgb(136,146,139); }

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

<style>
 span { border-color: #88928B; }

 span { border-color: rgb(136,146,139); }

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