#877A95

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

Shades of Topaz #877A95

Tints of Topaz #877A95

Color information

#877A95 (or 0x877A95) is unknown color: approx Topaz. HEX triplet: 87, 7A and 95. RGB value is (135,122,149). Sum of RGB (Red+Green+Blue) = 135+122+149=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #877A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A95 is #78856A. Grayscale: #808080. Windows color (decimal): -7898475 or 9796231. OLE color: 9796231.

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

Color convert

RGB135122149-
CMYK0.090.1800.42
HSL268.89º11.3%53.14%-
HSV(B)268.89º18.12%58.43%-
XYZ22.3821.2431.35-
YUV128.96139.31132.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=33.25%
G=30.05%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351221490.090.1800.42268.8911.353.14
Hex877A9591202A10db35
Octal20717222511220524151365
Binary1000011111110101001010110011001001010101000011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A95; }

 p { color: rgb(135,122,149); }

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

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

 a { background-color: rgb(135,122,149); }

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

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

 span { border-color: rgb(135,122,149); }

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