#88908B

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

Shades of Envy #88908B

Tints of Envy #88908B

Color information

#88908B (or 0x88908B) is unknown color: approx Envy. HEX triplet: 88, 90 and 8B. RGB value is (136,144,139). Sum of RGB (Red+Green+Blue) = 136+144+139=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #88908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88908B is #776F74. Grayscale: #8D8D8D. Windows color (decimal): -7827317 or 9146504. OLE color: 9146504.

HSL color Cylindrical-coordinate representation of color #88908B: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88908B is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB136144139-
CMYK0.0600.030.44
HSL142.5º3.48%54.9%-
HSV(B)142.5º5.56%56.47%-
XYZ24.7927.0428.34-
YUV141.04126.85124.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=32.46%
G=34.37%
B=33.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441390.0600.030.44142.53.4854.9
Hex88908B6032C8e337
Octal21022021360354216367
Binary1000100010010000100010111100111011001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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