#88948C

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

Shades of Envy #88948C

Tints of Envy #88948C

Color information

#88948C (or 0x88948C) is unknown color: approx Envy. HEX triplet: 88, 94 and 8C. RGB value is (136,148,140). Sum of RGB (Red+Green+Blue) = 136+148+140=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #88948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948C is #776B73. Grayscale: #8F8F8F. Windows color (decimal): -7826292 or 9213064. OLE color: 9213064.

HSL color Cylindrical-coordinate representation of color #88948C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #88948C is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB136148140-
CMYK0.0800.050.42
HSL140º5.31%55.69%-
HSV(B)140º8.11%58.04%-
XYZ25.4828.3128.93-
YUV143.5126.02122.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=32.08%
G=34.91%
B=33.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481400.0800.050.421405.3155.69
Hex88948C8052A8c538
Octal210224214100552214570
Binary1000100010010100100011001000010110101010001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88948C; }

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

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

<style>
 a { background-color: #88948C; }

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

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

<style>
 span { border-color: #88948C; }

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

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