#847390

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

Shades of Topaz #847390

Tints of Topaz #847390

Color information

#847390 (or 0x847390) is unknown color: approx Topaz. HEX triplet: 84, 73 and 90. RGB value is (132,115,144). Sum of RGB (Red+Green+Blue) = 132+115+144=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #847390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847390 is #7B8C6F. Grayscale: #7B7B7B. Windows color (decimal): -8096880 or 9466756. OLE color: 9466756.

HSL color Cylindrical-coordinate representation of color #847390: hue angle of 275.17º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847390 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132115144-
CMYK0.080.2000.44
HSL275.17º11.55%50.78%-
HSV(B)275.17º20.14%56.47%-
XYZ20.6819.1829-
YUV123.39139.63134.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=33.76%
G=29.41%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321151440.080.2000.44275.1711.5550.78
Hex84739081402C113c33
Octal20416322010240544231463
Binary1000010011100111001000010001010001011001000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847390; }

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

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

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

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

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

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

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

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