#84808B

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

Shades of Topaz #84808B

Tints of Topaz #84808B

Color information

#84808B (or 0x84808B) is unknown color: approx Topaz. HEX triplet: 84, 80 and 8B. RGB value is (132,128,139). Sum of RGB (Red+Green+Blue) = 132+128+139=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #84808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808B is #7B7F74. Grayscale: #828282. Windows color (decimal): -8093557 or 9142404. OLE color: 9142404.

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

Color convert

RGB132128139-
CMYK0.050.0800.45
HSL261.82º4.53%52.35%-
HSV(B)261.82º7.91%54.51%-
XYZ21.922.2127.56-
YUV130.45132.83129.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=33.08%
G=32.08%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321281390.050.0800.45261.824.5352.35
Hex84808B5802D106534
Octal204200213510055406564
Binary10000100100000001000101110110000101101100000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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