#847090

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

Shades of Topaz #847090

Tints of Topaz #847090

Color information

#847090 (or 0x847090) is unknown color: approx Topaz. HEX triplet: 84, 70 and 90. RGB value is (132,112,144). Sum of RGB (Red+Green+Blue) = 132+112+144=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #847090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847090 is #7B8F6F. Grayscale: #797979. Windows color (decimal): -8097648 or 9465988. OLE color: 9465988.

HSL color Cylindrical-coordinate representation of color #847090: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847090 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132112144-
CMYK0.080.2200.44
HSL277.5º12.6%50.2%-
HSV(B)277.5º22.22%56.47%-
XYZ20.3418.5128.89-
YUV121.63140.63135.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=34.02%
G=28.87%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321121440.080.2200.44277.512.650.2
Hex84709081602C116d32
Octal20416022010260544261562
Binary1000010011100001001000010001011001011001000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847090; }

 p { color: rgb(132,112,144); }

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

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

 a { background-color: rgb(132,112,144); }

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

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

 span { border-color: rgb(132,112,144); }

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