#84718D

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

Shades of Topaz #84718D

Tints of Topaz #84718D

Color information

#84718D (or 0x84718D) is unknown color: approx Topaz. HEX triplet: 84, 71 and 8D. RGB value is (132,113,141). Sum of RGB (Red+Green+Blue) = 132+113+141=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #84718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84718D is #7B8E72. Grayscale: #797979. Windows color (decimal): -8097395 or 9269636. OLE color: 9269636.

HSL color Cylindrical-coordinate representation of color #84718D: hue angle of 280.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84718D is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132113141-
CMYK0.060.2000.45
HSL280.71º11.02%49.8%-
HSV(B)280.71º19.86%55.29%-
XYZ20.2318.6427.73-
YUV121.87138.79135.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=34.20%
G=29.27%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321131410.060.2000.45280.7111.0249.8
Hex84718D61402D119b32
Octal2041612156240554311362
Binary100001001110001100011011101010001011011000110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84718D; }

 p { color: rgb(132,113,141); }

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

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

 a { background-color: rgb(132,113,141); }

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

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

 span { border-color: rgb(132,113,141); }

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