#88818C

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

Shades of Topaz #88818C

Tints of Topaz #88818C

Color information

#88818C (or 0x88818C) is unknown color: approx Topaz. HEX triplet: 88, 81 and 8C. RGB value is (136,129,140). Sum of RGB (Red+Green+Blue) = 136+129+140=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #88818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88818C is #777E73. Grayscale: #848484. Windows color (decimal): -7831156 or 9208200. OLE color: 9208200.

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

Color convert

RGB136129140-
CMYK0.030.0800.45
HSL278.18º4.56%52.75%-
HSV(B)278.18º7.86%54.9%-
XYZ22.7422.8328.02-
YUV132.35132.32130.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=33.58%
G=31.85%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361291400.030.0800.45278.184.5652.75
Hex88818C3802D116535
Octal210201214310055426565
Binary1000100010000001100011001110000101101100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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