#888292

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

Shades of Topaz #888292

Tints of Topaz #888292

Color information

#888292 (or 0x888292) is unknown color: approx Topaz. HEX triplet: 88, 82 and 92. RGB value is (136,130,146). Sum of RGB (Red+Green+Blue) = 136+130+146=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #888292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888292 is #777D6D. Grayscale: #858585. Windows color (decimal): -7830894 or 9601672. OLE color: 9601672.

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

Color convert

RGB136130146-
CMYK0.070.1100.43
HSL262.5º6.84%54.12%-
HSV(B)262.5º10.96%57.25%-
XYZ23.3223.2730.46-
YUV133.62134.99129.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=33.01%
G=31.55%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361301460.070.1100.43262.56.8454.12
Hex8882927B02B106736
Octal210202222713053406766
Binary10001000100000101001001011110110101011100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888292; }

 p { color: rgb(136,130,146); }

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

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

 a { background-color: rgb(136,130,146); }

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

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

 span { border-color: rgb(136,130,146); }

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