#84798E

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

Shades of Topaz #84798E

Tints of Topaz #84798E

Color information

#84798E (or 0x84798E) is unknown color: approx Topaz. HEX triplet: 84, 79 and 8E. RGB value is (132,121,142). Sum of RGB (Red+Green+Blue) = 132+121+142=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #84798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798E is #7B8671. Grayscale: #7E7E7E. Windows color (decimal): -8095346 or 9337220. OLE color: 9337220.

HSL color Cylindrical-coordinate representation of color #84798E: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84798E is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132121142-
CMYK0.070.1500.44
HSL271.43º8.5%51.57%-
HSV(B)271.43º14.79%55.69%-
XYZ21.2420.5328.44-
YUV126.68136.64131.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=33.42%
G=30.63%
B=35.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321211420.070.1500.44271.438.551.57
Hex84798E7F02C10f934
Octal2041712167170544171164
Binary10000100111100110001110111111101011001000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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