#877997

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

Shades of Topaz #877997

Tints of Topaz #877997

Color information

#877997 (or 0x877997) is unknown color: approx Topaz. HEX triplet: 87, 79 and 97. RGB value is (135,121,151). Sum of RGB (Red+Green+Blue) = 135+121+151=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #877997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877997 is #788668. Grayscale: #808080. Windows color (decimal): -7898729 or 9927047. OLE color: 9927047.

HSL color Cylindrical-coordinate representation of color #877997: hue angle of 268º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877997 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135121151-
CMYK0.110.2000.41
HSL268º12.61%53.33%-
HSV(B)268º19.87%59.22%-
XYZ22.4121.0632.16-
YUV128.61140.64132.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=33.17%
G=29.73%
B=37.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351211510.110.2000.4126812.6153.33
Hex877997B1402910cd35
Octal20717122713240514141565
Binary1000011111110011001011110111010001010011000011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877997; }

 p { color: rgb(135,121,151); }

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

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

 a { background-color: rgb(135,121,151); }

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

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

 span { border-color: rgb(135,121,151); }

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