#82818B

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

Shades of Topaz #82818B

Tints of Topaz #82818B

Color information

#82818B (or 0x82818B) is unknown color: approx Topaz. HEX triplet: 82, 81 and 8B. RGB value is (130,129,139). Sum of RGB (Red+Green+Blue) = 130+129+139=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #82818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82818B is #7D7E74. Grayscale: #828282. Windows color (decimal): -8224373 or 9142658. OLE color: 9142658.

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

Color convert

RGB130129139-
CMYK0.060.0700.45
HSL246º4.13%52.55%-
HSV(B)246º7.19%54.51%-
XYZ21.7222.3127.59-
YUV130.44132.83127.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=32.66%
G=32.41%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301291390.060.0700.452464.1352.55
Hex82818B6702Df6435
Octal20220121367055366465
Binary100000101000000110001011110111010110111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,129,139); }

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

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

 a { background-color: rgb(130,129,139); }

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

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

 span { border-color: rgb(130,129,139); }

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