#877D92

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

Shades of Topaz #877D92

Tints of Topaz #877D92

Color information

#877D92 (or 0x877D92) is unknown color: approx Topaz. HEX triplet: 87, 7D and 92. RGB value is (135,125,146). Sum of RGB (Red+Green+Blue) = 135+125+146=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #877D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D92 is #78826D. Grayscale: #828282. Windows color (decimal): -7897710 or 9600391. OLE color: 9600391.

HSL color Cylindrical-coordinate representation of color #877D92: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877D92 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135125146-
CMYK0.080.1400.43
HSL268.57º8.79%53.14%-
HSV(B)268.57º14.38%57.25%-
XYZ22.5121.8930.23-
YUV130.38136.81131.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=33.25%
G=30.79%
B=35.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351251460.080.1400.43268.578.7953.14
Hex877D928E02B10d935
Octal20717522210160534151165
Binary100001111111101100100101000111001010111000011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,146); }

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

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

 a { background-color: rgb(135,125,146); }

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

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

 span { border-color: rgb(135,125,146); }

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