#817988

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

Shades of Topaz #817988

Tints of Topaz #817988

Color information

#817988 (or 0x817988) is unknown color: approx Topaz. HEX triplet: 81, 79 and 88. RGB value is (129,121,136). Sum of RGB (Red+Green+Blue) = 129+121+136=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #817988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817988 is #7E8677. Grayscale: #7D7D7D. Windows color (decimal): -8291960 or 8944001. OLE color: 8944001.

HSL color Cylindrical-coordinate representation of color #817988: hue angle of 272º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817988 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129121136-
CMYK0.050.1100.47
HSL272º5.93%50.39%-
HSV(B)272º11.03%53.33%-
XYZ20.3320.1226.1-
YUV125.1134.15130.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=33.42%
G=31.35%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291211360.050.1100.472725.9350.39
Hex8179885B02F110632
Octal201171210513057420662
Binary1000000111110011000100010110110101111100010000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817988; }

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

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

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

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

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

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

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

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