#82808D

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

Shades of Topaz #82808D

Tints of Topaz #82808D

Color information

#82808D (or 0x82808D) is unknown color: approx Topaz. HEX triplet: 82, 80 and 8D. RGB value is (130,128,141). Sum of RGB (Red+Green+Blue) = 130+128+141=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #82808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82808D is #7D7F72. Grayscale: #828282. Windows color (decimal): -8224627 or 9273474. OLE color: 9273474.

HSL color Cylindrical-coordinate representation of color #82808D: hue angle of 249.23º 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 #82808D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130128141-
CMYK0.080.0900.45
HSL249.23º5.39%52.75%-
HSV(B)249.23º9.22%55.29%-
XYZ21.7322.1128.32-
YUV130.08134.16127.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=32.58%
G=32.08%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301281410.080.0900.45249.235.3952.75
Hex82808D8902Df9535
Octal2022002151011055371565
Binary10000010100000001000110110001001010110111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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