#877692

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

Shades of Topaz #877692

Tints of Topaz #877692

Color information

#877692 (or 0x877692) is unknown color: approx Topaz. HEX triplet: 87, 76 and 92. RGB value is (135,118,146). Sum of RGB (Red+Green+Blue) = 135+118+146=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #877692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877692 is #78896D. Grayscale: #7E7E7E. Windows color (decimal): -7899502 or 9598599. OLE color: 9598599.

HSL color Cylindrical-coordinate representation of color #877692: hue angle of 276.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877692 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135118146-
CMYK0.080.1900.43
HSL276.43º11.38%51.76%-
HSV(B)276.43º19.18%57.25%-
XYZ21.6620.1829.95-
YUV126.28139.13134.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=33.83%
G=29.57%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351181460.080.1900.43276.4311.3851.76
Hex87769281302B114b34
Octal20716622210230534241364
Binary1000011111101101001001010001001101010111000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877692; }

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

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

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

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

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

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

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

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