#847595

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

Shades of Topaz #847595

Tints of Topaz #847595

Color information

#847595 (or 0x847595) is unknown color: approx Topaz. HEX triplet: 84, 75 and 95. RGB value is (132,117,149). Sum of RGB (Red+Green+Blue) = 132+117+149=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #847595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847595 is #7B8A6A. Grayscale: #7D7D7D. Windows color (decimal): -8096363 or 9794948. OLE color: 9794948.

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

Color convert

RGB132117149-
CMYK0.110.2100.42
HSL268.12º13.11%52.16%-
HSV(B)268.12º21.48%58.43%-
XYZ21.319.831.13-
YUV125.13141.47132.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.17%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=33.17%
G=29.40%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321171490.110.2100.42268.1213.1152.16
Hex847595B1502A10cd34
Octal20416522513250524141564
Binary1000010011101011001010110111010101010101000011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847595; }

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

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

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

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

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

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

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

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