#847F87

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

Shades of Topaz #847F87

Tints of Topaz #847F87

Color information

#847F87 (or 0x847F87) is unknown color: approx Topaz. HEX triplet: 84, 7F and 87. RGB value is (132,127,135). Sum of RGB (Red+Green+Blue) = 132+127+135=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 135 - color contains mainly: blue. Hex color #847F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F87 is #7B8078. Grayscale: #818181. Windows color (decimal): -8093817 or 8880004. OLE color: 8880004.

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

Color convert

RGB132127135-
CMYK0.020.0600.47
HSL277.5º3.23%51.37%-
HSV(B)277.5º5.93%52.94%-
XYZ21.4821.8326-
YUV129.41131.16129.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=33.50%
G=32.23%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321271350.020.0600.47277.53.2351.37
Hex847F872602F116333
Octal20417720726057426363
Binary1000010011111111000011110110010111110001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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