#877898

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

Shades of Topaz #877898

Tints of Topaz #877898

Color information

#877898 (or 0x877898) is unknown color: approx Topaz. HEX triplet: 87, 78 and 98. RGB value is (135,120,152). Sum of RGB (Red+Green+Blue) = 135+120+152=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #877898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877898 is #788767. Grayscale: #808080. Windows color (decimal): -7898984 or 9992327. OLE color: 9992327.

HSL color Cylindrical-coordinate representation of color #877898: hue angle of 268.12º 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 #877898 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135120152-
CMYK0.110.2100.40
HSL268.12º13.45%53.33%-
HSV(B)268.12º21.05%59.61%-
XYZ22.3820.8532.55-
YUV128.13141.47132.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=33.17%
G=29.48%
B=37.35%

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
Decimal1351201520.110.2100.40268.1213.4553.33
Hex877898B1502810cd35
Octal20717023013250504141565
Binary1000011111110001001100010111010101010001000011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877898; }

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

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

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

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

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

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

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

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