#82808E

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

Shades of Topaz #82808E

Tints of Topaz #82808E

Color information

#82808E (or 0x82808E) is unknown color: approx Topaz. HEX triplet: 82, 80 and 8E. RGB value is (130,128,142). Sum of RGB (Red+Green+Blue) = 130+128+142=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 142 - color contains mainly: blue. Hex color #82808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82808E is #7D7F71. Grayscale: #828282. Windows color (decimal): -8224626 or 9339010. OLE color: 9339010.

HSL color Cylindrical-coordinate representation of color #82808E: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82808E is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130128142-
CMYK0.080.1000.44
HSL248.57º5.83%52.94%-
HSV(B)248.57º9.86%55.69%-
XYZ21.8122.1428.71-
YUV130.19134.66127.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=32.5%
G=32%
B=35.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301281420.080.1000.44248.575.8352.94
Hex82808E8A02Cf9635
Octal2022002161012054371665
Binary10000010100000001000111010001010010110011111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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