#847A95

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

Shades of Topaz #847A95

Tints of Topaz #847A95

Color information

#847A95 (or 0x847A95) is unknown color: approx Topaz. HEX triplet: 84, 7A and 95. RGB value is (132,122,149). Sum of RGB (Red+Green+Blue) = 132+122+149=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #847A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A95 is #7B856A. Grayscale: #7F7F7F. Windows color (decimal): -8095083 or 9796228. OLE color: 9796228.

HSL color Cylindrical-coordinate representation of color #847A95: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847A95 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132122149-
CMYK0.110.1800.42
HSL262.22º11.3%53.14%-
HSV(B)262.22º18.12%58.43%-
XYZ21.920.9931.33-
YUV128.07139.81130.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=32.75%
G=30.27%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321221490.110.1800.42262.2211.353.14
Hex847A95B1202A106b35
Octal20417222513220524061365
Binary1000010011110101001010110111001001010101000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,149); }

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

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

 a { background-color: rgb(132,122,149); }

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

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

 span { border-color: rgb(132,122,149); }

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