#88858B

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

Shades of Topaz #88858B

Tints of Topaz #88858B

Color information

#88858B (or 0x88858B) is unknown color: approx Topaz. HEX triplet: 88, 85 and 8B. RGB value is (136,133,139). Sum of RGB (Red+Green+Blue) = 136+133+139=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #88858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858B is #777A74. Grayscale: #868686. Windows color (decimal): -7830133 or 9143688. OLE color: 9143688.

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

Color convert

RGB136133139-
CMYK0.020.0400.45
HSL270º2.52%53.33%-
HSV(B)270º4.32%54.51%-
XYZ23.223.8727.81-
YUV134.58130.49129.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=33.33%
G=32.60%
B=34.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361331390.020.0400.452702.5253.33
Hex88858B2402D10e335
Octal21020521324055416365
Binary10001000100001011000101110100010110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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