#817989

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

Shades of Topaz #817989

Tints of Topaz #817989

Color information

#817989 (or 0x817989) is unknown color: approx Topaz. HEX triplet: 81, 79 and 89. RGB value is (129,121,137). Sum of RGB (Red+Green+Blue) = 129+121+137=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #817989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817989 is #7E8676. Grayscale: #7D7D7D. Windows color (decimal): -8291959 or 9009537. OLE color: 9009537.

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

Color convert

RGB129121137-
CMYK0.060.1200.46
HSL270º6.35%50.59%-
HSV(B)270º11.68%53.73%-
XYZ20.4120.1526.48-
YUV125.22134.65130.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=33.33%
G=31.27%
B=35.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291211370.060.1200.462706.3550.59
Hex8179896C02E10e633
Octal201171211614056416663
Binary1000000111110011000100111011000101110100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817989; }

 p { color: rgb(129,121,137); }

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

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

 a { background-color: rgb(129,121,137); }

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

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

 span { border-color: rgb(129,121,137); }

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