#817F82

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

Shades of Topaz #817F82

Tints of Topaz #817F82

Color information

#817F82 (or 0x817F82) is unknown color: approx Topaz. HEX triplet: 81, 7F and 82. RGB value is (129,127,130). Sum of RGB (Red+Green+Blue) = 129+127+130=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 130 - color contains mainly: blue. Hex color #817F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F82 is #7E807D. Grayscale: #7F7F7F. Windows color (decimal): -8290430 or 8552321. OLE color: 8552321.

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

Color convert

RGB129127130-
CMYK0.010.0200.49
HSL280º1.19%50.39%-
HSV(B)280º2.31%50.98%-
XYZ20.6721.4624.17-
YUV127.94129.16128.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=33.42%
G=32.90%
B=33.68%

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
Decimal1291271300.010.0200.492801.1950.39
Hex817F8212031118132
Octal20117720212061430162
Binary1000000111111111000001011001100011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817F82; }

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

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

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

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

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

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

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

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