#888393

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

Shades of Topaz #888393

Tints of Topaz #888393

Color information

#888393 (or 0x888393) is unknown color: approx Topaz. HEX triplet: 88, 83 and 93. RGB value is (136,131,147). Sum of RGB (Red+Green+Blue) = 136+131+147=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #888393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888393 is #777C6C. Grayscale: #868686. Windows color (decimal): -7830637 or 9667464. OLE color: 9667464.

HSL color Cylindrical-coordinate representation of color #888393: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888393 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136131147-
CMYK0.070.1100.42
HSL258.75º6.9%54.51%-
HSV(B)258.75º10.88%57.65%-
XYZ23.5423.5730.91-
YUV134.32135.16129.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=32.85%
G=31.64%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361311470.070.1100.42258.756.954.51
Hex8883937B02A103737
Octal210203223713052403767
Binary10001000100000111001001111110110101010100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888393; }

 p { color: rgb(136,131,147); }

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

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

 a { background-color: rgb(136,131,147); }

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

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

 span { border-color: rgb(136,131,147); }

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