#84798D

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

Shades of Topaz #84798D

Tints of Topaz #84798D

Color information

#84798D (or 0x84798D) is unknown color: approx Topaz. HEX triplet: 84, 79 and 8D. RGB value is (132,121,141). Sum of RGB (Red+Green+Blue) = 132+121+141=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #84798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798D is #7B8672. Grayscale: #7E7E7E. Windows color (decimal): -8095347 or 9271684. OLE color: 9271684.

HSL color Cylindrical-coordinate representation of color #84798D: hue angle of 273º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84798D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132121141-
CMYK0.060.1400.45
HSL273º8.06%51.37%-
HSV(B)273º14.18%55.29%-
XYZ21.1620.528.04-
YUV126.57136.14131.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=33.50%
G=30.71%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321211410.060.1400.452738.0651.37
Hex84798D6E02D111833
Octal2041712156160554211063
Binary10000100111100110001101110111001011011000100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84798D; }

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

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

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

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

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

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

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

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