#847392

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

Shades of Topaz #847392

Tints of Topaz #847392

Color information

#847392 (or 0x847392) is unknown color: approx Topaz. HEX triplet: 84, 73 and 92. RGB value is (132,115,146). Sum of RGB (Red+Green+Blue) = 132+115+146=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #847392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847392 is #7B8C6D. Grayscale: #7B7B7B. Windows color (decimal): -8096878 or 9597828. OLE color: 9597828.

HSL color Cylindrical-coordinate representation of color #847392: hue angle of 272.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847392 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132115146-
CMYK0.100.2100.43
HSL272.9º12.45%51.18%-
HSV(B)272.9º21.23%57.25%-
XYZ20.8319.2429.81-
YUV123.62140.63133.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=33.59%
G=29.26%
B=37.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321151460.100.2100.43272.912.4551.18
Hex847392A1502B111c33
Octal20416322212250534211463
Binary1000010011100111001001010101010101010111000100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847392; }

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

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

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

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

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

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

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

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