#847992

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

Shades of Topaz #847992

Tints of Topaz #847992

Color information

#847992 (or 0x847992) is unknown color: approx Topaz. HEX triplet: 84, 79 and 92. RGB value is (132,121,146). Sum of RGB (Red+Green+Blue) = 132+121+146=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #847992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847992 is #7B866D. Grayscale: #7F7F7F. Windows color (decimal): -8095342 or 9599364. OLE color: 9599364.

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

Color convert

RGB132121146-
CMYK0.100.1700.43
HSL266.4º10.29%52.35%-
HSV(B)266.4º17.12%57.25%-
XYZ21.5420.6630.05-
YUV127.14138.64131.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=33.08%
G=30.33%
B=36.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321211460.100.1700.43266.410.2952.35
Hex847992A1102B10aa34
Octal20417122212210534121264
Binary1000010011110011001001010101000101010111000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847992; }

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

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

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

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

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

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

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

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