#84748B

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

Shades of Topaz #84748B

Tints of Topaz #84748B

Color information

#84748B (or 0x84748B) is unknown color: approx Topaz. HEX triplet: 84, 74 and 8B. RGB value is (132,116,139). Sum of RGB (Red+Green+Blue) = 132+116+139=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #84748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748B is #7B8B74. Grayscale: #7B7B7B. Windows color (decimal): -8096629 or 9139332. OLE color: 9139332.

HSL color Cylindrical-coordinate representation of color #84748B: hue angle of 281.74º 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 #84748B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132116139-
CMYK0.050.1700.45
HSL281.74º9.02%50%-
HSV(B)281.74º16.55%54.51%-
XYZ20.4219.2627.07-
YUV123.41136.8134.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=34.11%
G=29.97%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321161390.050.1700.45281.749.0250
Hex84748B51102D11a932
Octal2041642135210554321162
Binary100001001110100100010111011000101011011000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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