#84748C

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

Shades of Topaz #84748C

Tints of Topaz #84748C

Color information

#84748C (or 0x84748C) is unknown color: approx Topaz. HEX triplet: 84, 74 and 8C. RGB value is (132,116,140). Sum of RGB (Red+Green+Blue) = 132+116+140=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #84748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748C is #7B8B73. Grayscale: #7B7B7B. Windows color (decimal): -8096628 or 9204868. OLE color: 9204868.

HSL color Cylindrical-coordinate representation of color #84748C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84748C is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132116140-
CMYK0.060.1700.45
HSL280º9.45%50.2%-
HSV(B)280º17.14%54.9%-
XYZ20.4919.2927.45-
YUV123.52137.3134.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=34.02%
G=29.90%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321161400.060.1700.452809.4550.2
Hex84748C61102D118932
Octal2041642146210554301162
Binary100001001110100100011001101000101011011000110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84748C; }

 p { color: rgb(132,116,140); }

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

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

 a { background-color: rgb(132,116,140); }

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

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

 span { border-color: rgb(132,116,140); }

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