#887898

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

Shades of Topaz #887898

Tints of Topaz #887898

Color information

#887898 (or 0x887898) is unknown color: approx Topaz. HEX triplet: 88, 78 and 98. RGB value is (136,120,152). Sum of RGB (Red+Green+Blue) = 136+120+152=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #887898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887898 is #778767. Grayscale: #808080. Windows color (decimal): -7833448 or 9992328. OLE color: 9992328.

HSL color Cylindrical-coordinate representation of color #887898: hue angle of 270º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887898 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136120152-
CMYK0.110.2100.40
HSL270º13.45%53.33%-
HSV(B)270º21.05%59.61%-
XYZ22.5420.9332.56-
YUV128.43141.3133.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361201520.110.2100.4027013.4553.33
Hex887898B1502810ed35
Octal21017023013250504161565
Binary1000100011110001001100010111010101010001000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887898; }

 p { color: rgb(136,120,152); }

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

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

 a { background-color: rgb(136,120,152); }

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

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

 span { border-color: rgb(136,120,152); }

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