#888390

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

Shades of Topaz #888390

Tints of Topaz #888390

Color information

#888390 (or 0x888390) is unknown color: approx Topaz. HEX triplet: 88, 83 and 90. RGB value is (136,131,144). Sum of RGB (Red+Green+Blue) = 136+131+144=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: blue. Hex color #888390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888390 is #777C6F. Grayscale: #858585. Windows color (decimal): -7830640 or 9470856. OLE color: 9470856.

HSL color Cylindrical-coordinate representation of color #888390: hue angle of 263.08º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888390 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136131144-
CMYK0.060.0900.44
HSL263.08º5.53%53.92%-
HSV(B)263.08º9.03%56.47%-
XYZ23.323.4829.69-
YUV133.98133.66129.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=33.09%
G=31.87%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361311440.060.0900.44263.085.5353.92
Hex8883906902C107636
Octal210203220611054407666
Binary10001000100000111001000011010010101100100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888390; }

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

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

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

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

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

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

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

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