#88848C

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

Shades of Topaz #88848C

Tints of Topaz #88848C

Color information

#88848C (or 0x88848C) is unknown color: approx Topaz. HEX triplet: 88, 84 and 8C. RGB value is (136,132,140). Sum of RGB (Red+Green+Blue) = 136+132+140=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #88848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88848C is #777B73. Grayscale: #868686. Windows color (decimal): -7830388 or 9208968. OLE color: 9208968.

HSL color Cylindrical-coordinate representation of color #88848C: 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.06%. Process color model (Four color, CMYK) of #88848C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136132140-
CMYK0.030.0600.45
HSL270º3.36%53.33%-
HSV(B)270º5.71%54.9%-
XYZ23.1423.6328.15-
YUV134.11131.33129.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=33.33%
G=32.35%
B=34.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361321400.030.0600.452703.3653.33
Hex88848C3602D10e335
Octal21020421436055416365
Binary10001000100001001000110011110010110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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