#887A94

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

Shades of Topaz #887A94

Tints of Topaz #887A94

Color information

#887A94 (or 0x887A94) is unknown color: approx Topaz. HEX triplet: 88, 7A and 94. RGB value is (136,122,148). Sum of RGB (Red+Green+Blue) = 136+122+148=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #887A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A94 is #77856B. Grayscale: #818181. Windows color (decimal): -7832940 or 9730696. OLE color: 9730696.

HSL color Cylindrical-coordinate representation of color #887A94: hue angle of 272.31º 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 #887A94 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136122148-
CMYK0.080.1800.42
HSL272.31º10.83%52.94%-
HSV(B)272.31º17.57%58.04%-
XYZ22.4621.2930.94-
YUV129.15138.64132.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=33.50%
G=30.05%
B=36.45%

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
Decimal1361221480.080.1800.42272.3110.8352.94
Hex887A9481202A110b35
Octal21017222410220524201365
Binary1000100011110101001010010001001001010101000100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A94; }

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

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

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

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

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

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

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

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