#877B95

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

Shades of Topaz #877B95

Tints of Topaz #877B95

Color information

#877B95 (or 0x877B95) is unknown color: approx Topaz. HEX triplet: 87, 7B and 95. RGB value is (135,123,149). Sum of RGB (Red+Green+Blue) = 135+123+149=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #877B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B95 is #78846A. Grayscale: #818181. Windows color (decimal): -7898219 or 9796487. OLE color: 9796487.

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

Color convert

RGB135123149-
CMYK0.090.1700.42
HSL267.69º10.92%53.33%-
HSV(B)267.69º17.45%58.43%-
XYZ22.521.4931.4-
YUV129.55138.98131.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=33.17%
G=30.22%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351231490.090.1700.42267.6910.9253.33
Hex877B9591102A10cb35
Octal20717322511210524141365
Binary1000011111110111001010110011000101010101000011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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