#817C8C

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

Shades of Topaz #817C8C

Tints of Topaz #817C8C

Color information

#817C8C (or 0x817C8C) is unknown color: approx Topaz. HEX triplet: 81, 7C and 8C. RGB value is (129,124,140). Sum of RGB (Red+Green+Blue) = 129+124+140=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #817C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C8C is #7E8373. Grayscale: #7F7F7F. Windows color (decimal): -8291188 or 9206913. OLE color: 9206913.

HSL color Cylindrical-coordinate representation of color #817C8C: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817C8C is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129124140-
CMYK0.080.1100.45
HSL258.75º6.5%51.76%-
HSV(B)258.75º11.43%54.9%-
XYZ20.9920.9827.75-
YUV127.32135.16129.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=32.82%
G=31.55%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291241400.080.1100.45258.756.551.76
Hex817C8C8B02D103734
Octal2011742141013055403764
Binary10000001111110010001100100010110101101100000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,140); }

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

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

 a { background-color: rgb(129,124,140); }

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

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

 span { border-color: rgb(129,124,140); }

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