Shades of Topaz #797288
Tints of Topaz #797288
RGB
CMYK
RGB Variations
Color information
#797288 (or 0x797288) is known color: Topaz. HEX triplet: 79, 72 and 88. RGB value is (121,114,136). Sum of RGB (Red+Green+Blue) = 121+114+136=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #797288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797288 is #868D77. Grayscale: #767676. Windows color (decimal): -8818040 or 8942201. OLE color: 8942201.
HSL color Cylindrical-coordinate representation of color #797288: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797288 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 114 | 136 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.47 |
| HSL | 259.09º | 0.09% | 0.49% | - |
| HSV(B) | 259.09º | 0.16% | 0.53% | - |
| XYZ | 18.35 | 17.88 | 25.78 | - |
| YUV | 118.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 136 | 0.11 | 0.16 | 0 | 0.47 | 259.09 | 0.09 | 0.49 |
| Hex | 79 | 72 | 88 | B | 10 | 0 | 2F | 103 | 9 | 31 |
| Octal | 171 | 162 | 210 | 13 | 20 | 0 | 57 | 403 | 11 | 61 |
| Binary | 1111001 | 1110010 | 10001000 | 1011 | 10000 | 0 | 101111 | 100000011 | 1001 | 110001 |
Color Harmonies of #797288
Complementary color
Monochromatic Colors of #797288
Black with #797288
Text Example
Text Example
White with #797288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797288; }
p { color: rgb(121,114,136); }
H1.HeaderClassName
{
color: #797288;
}
.AnyTagClassName
{
color: #797288;
}
</style>
background-color css
<style>
a { background-color: #797288; }
a { background-color: rgb(121,114,136); }
div.DivClassName
{
background-color: #797288;
}
.BgClassName
{
background-color: #797288;
}
</style>
border-color css
<style>
span { border-color: #797288; }
span { border-color: rgb(121,114,136); }
td.TdClassName
{
border-color: #797288;
}
.TagClassName
{
border-color: #797288;
}
</style>