#88808E

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

Shades of Topaz #88808E

Tints of Topaz #88808E

Color information

#88808E (or 0x88808E) is unknown color: approx Topaz. HEX triplet: 88, 80 and 8E. RGB value is (136,128,142). Sum of RGB (Red+Green+Blue) = 136+128+142=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #88808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88808E is #777F71. Grayscale: #838383. Windows color (decimal): -7831410 or 9339016. OLE color: 9339016.

HSL color Cylindrical-coordinate representation of color #88808E: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88808E is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136128142-
CMYK0.040.1000.44
HSL274.29º5.83%52.94%-
HSV(B)274.29º9.86%55.69%-
XYZ22.7622.6328.76-
YUV131.99133.65130.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=33.50%
G=31.53%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361281420.040.1000.44274.295.8352.94
Hex88808E4A02C112635
Octal210200216412054422665
Binary10001000100000001000111010010100101100100010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88808E; }

 p { color: rgb(136,128,142); }

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

<style>
 a { background-color: #88808E; }

 a { background-color: rgb(136,128,142); }

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

<style>
 span { border-color: #88808E; }

 span { border-color: rgb(136,128,142); }

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