#888395

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

Shades of Topaz #888395

Tints of Topaz #888395

Color information

#888395 (or 0x888395) is unknown color: approx Topaz. HEX triplet: 88, 83 and 95. RGB value is (136,131,149). Sum of RGB (Red+Green+Blue) = 136+131+149=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #888395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888395 is #777C6A. Grayscale: #868686. Windows color (decimal): -7830635 or 9798536. OLE color: 9798536.

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

Color convert

RGB136131149-
CMYK0.090.1200.42
HSL256.67º7.83%54.9%-
HSV(B)256.67º12.08%58.43%-
XYZ23.6923.6431.75-
YUV134.55136.16129.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=32.69%
G=31.49%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361311490.090.1200.42256.677.8354.9
Hex8883959C02A101837
Octal21020322511140524011067
Binary1000100010000011100101011001110001010101000000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888395; }

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

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

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

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

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

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

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

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