#887992

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

Shades of Topaz #887992

Tints of Topaz #887992

Color information

#887992 (or 0x887992) is unknown color: approx Topaz. HEX triplet: 88, 79 and 92. RGB value is (136,121,146). Sum of RGB (Red+Green+Blue) = 136+121+146=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #887992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887992 is #77866D. Grayscale: #808080. Windows color (decimal): -7833198 or 9599368. OLE color: 9599368.

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

Color convert

RGB136121146-
CMYK0.070.1700.43
HSL276º10.29%52.35%-
HSV(B)276º17.12%57.25%-
XYZ22.1820.9830.08-
YUV128.34137.97133.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=33.75%
G=30.02%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361211460.070.1700.4327610.2952.35
Hex88799271102B114a34
Octal2101712227210534241264
Binary100010001111001100100101111000101010111000101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887992; }

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

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

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

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

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

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

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

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