#847E87

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

Shades of Topaz #847E87

Tints of Topaz #847E87

Color information

#847E87 (or 0x847E87) is unknown color: approx Topaz. HEX triplet: 84, 7E and 87. RGB value is (132,126,135). Sum of RGB (Red+Green+Blue) = 132+126+135=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #847E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E87 is #7B8178. Grayscale: #808080. Windows color (decimal): -8094073 or 8879748. OLE color: 8879748.

HSL color Cylindrical-coordinate representation of color #847E87: hue angle of 280º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847E87 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB132126135-
CMYK0.020.0700.47
HSL280º3.61%51.18%-
HSV(B)280º6.67%52.94%-
XYZ21.3521.5825.96-
YUV128.82131.49130.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=33.59%
G=32.06%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321261350.020.0700.472803.6151.18
Hex847E872702F118433
Octal20417620727057430463
Binary10000100111111010000111101110101111100011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847E87; }

 p { color: rgb(132,126,135); }

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

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

 a { background-color: rgb(132,126,135); }

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

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

 span { border-color: rgb(132,126,135); }

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