#818082

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

Shades of Topaz #818082

Tints of Topaz #818082

Color information

#818082 (or 0x818082) is unknown color: approx Topaz. HEX triplet: 81, 80 and 82. RGB value is (129,128,130). Sum of RGB (Red+Green+Blue) = 129+128+130=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 130 - color contains mainly: blue. Hex color #818082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818082 is #7E7F7D. Grayscale: #808080. Windows color (decimal): -8290174 or 8552577. OLE color: 8552577.

HSL color Cylindrical-coordinate representation of color #818082: hue angle of 270º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #818082 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB129128130-
CMYK0.010.0200.49
HSL270º0.79%50.59%-
HSV(B)270º1.54%50.98%-
XYZ20.821.7224.21-
YUV128.53128.83128.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=33.33%
G=33.07%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291281300.010.0200.492700.7950.59
Hex8180821203110e133
Octal20120020212061416163
Binary10000001100000001000001011001100011000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818082; }

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

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

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

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

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

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

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

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