#817F8E

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

Shades of Topaz #817F8E

Tints of Topaz #817F8E

Color information

#817F8E (or 0x817F8E) is unknown color: approx Topaz. HEX triplet: 81, 7F and 8E. RGB value is (129,127,142). Sum of RGB (Red+Green+Blue) = 129+127+142=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #817F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F8E is #7E8071. Grayscale: #818181. Windows color (decimal): -8290418 or 9338753. OLE color: 9338753.

HSL color Cylindrical-coordinate representation of color #817F8E: hue angle of 248º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817F8E is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129127142-
CMYK0.090.1100.44
HSL248º6.22%52.75%-
HSV(B)248º10.56%55.69%-
XYZ21.5321.828.66-
YUV129.31135.16127.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=32.41%
G=31.91%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291271420.090.1100.442486.2252.75
Hex817F8E9B02Cf8635
Octal2011772161113054370665
Binary1000000111111111000111010011011010110011111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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