#84808D

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

Shades of Topaz #84808D

Tints of Topaz #84808D

Color information

#84808D (or 0x84808D) is unknown color: approx Topaz. HEX triplet: 84, 80 and 8D. RGB value is (132,128,141). Sum of RGB (Red+Green+Blue) = 132+128+141=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #84808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808D is #7B7F72. Grayscale: #828282. Windows color (decimal): -8093555 or 9273476. OLE color: 9273476.

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

Color convert

RGB132128141-
CMYK0.060.0900.45
HSL258.46º5.39%52.75%-
HSV(B)258.46º9.22%55.29%-
XYZ22.0422.2728.34-
YUV130.68133.83128.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=32.92%
G=31.92%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321281410.060.0900.45258.465.3952.75
Hex84808D6902D102535
Octal204200215611055402565
Binary10000100100000001000110111010010101101100000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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