#84738E

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

Shades of Topaz #84738E

Tints of Topaz #84738E

Color information

#84738E (or 0x84738E) is unknown color: approx Topaz. HEX triplet: 84, 73 and 8E. RGB value is (132,115,142). Sum of RGB (Red+Green+Blue) = 132+115+142=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #84738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84738E is #7B8C71. Grayscale: #7B7B7B. Windows color (decimal): -8096882 or 9335684. OLE color: 9335684.

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

Color convert

RGB132115142-
CMYK0.070.1900.44
HSL277.78º10.67%50.39%-
HSV(B)277.78º19.01%55.69%-
XYZ20.5319.1228.2-
YUV123.16138.63134.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=33.93%
G=29.56%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321151420.070.1900.44277.7810.6750.39
Hex84738E71302C116b32
Octal2041632167230544261362
Binary100001001110011100011101111001101011001000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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