#88878B

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

Shades of Topaz #88878B

Tints of Topaz #88878B

Color information

#88878B (or 0x88878B) is unknown color: approx Topaz. HEX triplet: 88, 87 and 8B. RGB value is (136,135,139). Sum of RGB (Red+Green+Blue) = 136+135+139=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #88878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88878B is #777874. Grayscale: #878787. Windows color (decimal): -7829621 or 9144200. OLE color: 9144200.

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

Color convert

RGB136135139-
CMYK0.020.0300.45
HSL255º1.69%53.73%-
HSV(B)255º2.88%54.51%-
XYZ23.4824.4327.9-
YUV135.76129.83128.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=33.17%
G=32.93%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361351390.020.0300.452551.6953.73
Hex88878B2302Dff236
Octal21020721323055377266
Binary100010001000011110001011101101011011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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