#887994

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

Shades of Topaz #887994

Tints of Topaz #887994

Color information

#887994 (or 0x887994) is unknown color: approx Topaz. HEX triplet: 88, 79 and 94. RGB value is (136,121,148). Sum of RGB (Red+Green+Blue) = 136+121+148=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #887994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887994 is #77866B. Grayscale: #808080. Windows color (decimal): -7833196 or 9730440. OLE color: 9730440.

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

Color convert

RGB136121148-
CMYK0.080.1800.42
HSL273.33º11.2%52.75%-
HSV(B)273.33º18.24%58.04%-
XYZ22.3421.0530.9-
YUV128.56138.97133.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=33.58%
G=29.88%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361211480.080.1800.42273.3311.252.75
Hex88799481202A111b35
Octal21017122410220524211365
Binary1000100011110011001010010001001001010101000100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887994; }

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

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

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

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

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

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

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

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