#84738D

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

Shades of Topaz #84738D

Tints of Topaz #84738D

Color information

#84738D (or 0x84738D) is unknown color: approx Topaz. HEX triplet: 84, 73 and 8D. RGB value is (132,115,141). Sum of RGB (Red+Green+Blue) = 132+115+141=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #84738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84738D is #7B8C72. Grayscale: #7A7A7A. Windows color (decimal): -8096883 or 9270148. OLE color: 9270148.

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

Color convert

RGB132115141-
CMYK0.060.1800.45
HSL279.23º10.24%50.2%-
HSV(B)279.23º18.44%55.29%-
XYZ20.4519.0927.81-
YUV123.05138.13134.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=34.02%
G=29.64%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321151410.060.1800.45279.2310.2450.2
Hex84738D61202D117a32
Octal2041632156220554271262
Binary100001001110011100011011101001001011011000101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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