#84838B

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

Shades of Topaz #84838B

Tints of Topaz #84838B

Color information

#84838B (or 0x84838B) is unknown color: approx Topaz. HEX triplet: 84, 83 and 8B. RGB value is (132,131,139). Sum of RGB (Red+Green+Blue) = 132+131+139=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #84838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84838B is #7B7C74. Grayscale: #848484. Windows color (decimal): -8092789 or 9143172. OLE color: 9143172.

HSL color Cylindrical-coordinate representation of color #84838B: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84838B is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132131139-
CMYK0.050.0600.45
HSL247.5º3.33%52.94%-
HSV(B)247.5º5.76%54.51%-
XYZ22.292327.69-
YUV132.21131.83127.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=32.84%
G=32.59%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321311390.050.0600.45247.53.3352.94
Hex84838B5602Df8335
Octal20420321356055370365
Binary10000100100000111000101110111001011011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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