#88858C

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

Shades of Topaz #88858C

Tints of Topaz #88858C

Color information

#88858C (or 0x88858C) is unknown color: approx Topaz. HEX triplet: 88, 85 and 8C. RGB value is (136,133,140). Sum of RGB (Red+Green+Blue) = 136+133+140=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 140 - color contains mainly: blue. Hex color #88858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858C is #777A73. Grayscale: #868686. Windows color (decimal): -7830132 or 9209224. OLE color: 9209224.

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

Color convert

RGB136133140-
CMYK0.030.0500.45
HSL265.71º2.95%53.53%-
HSV(B)265.71º5%54.9%-
XYZ23.2723.928.2-
YUV134.7130.99128.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=33.25%
G=32.52%
B=34.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361331400.030.0500.45265.712.9553.53
Hex88858C3502D10a336
Octal21020521435055412366
Binary10001000100001011000110011101010110110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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