Shades of Topaz #797285
Tints of Topaz #797285
RGB
CMYK
RGB Variations
Color information
#797285 (or 0x797285) is known color: Topaz. HEX triplet: 79, 72 and 85. RGB value is (121,114,133). Sum of RGB (Red+Green+Blue) = 121+114+133=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #797285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797285 is #868D7A. Grayscale: #767676. Windows color (decimal): -8818043 or 8745593. OLE color: 8745593.
HSL color Cylindrical-coordinate representation of color #797285: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797285 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 114 | 133 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.48 |
| HSL | 262.11º | 0.08% | 0.48% | - |
| HSV(B) | 262.11º | 0.14% | 0.52% | - |
| XYZ | 18.14 | 17.79 | 24.67 | - |
| YUV | 118.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 133 | 0.09 | 0.14 | 0 | 0.48 | 262.11 | 0.08 | 0.48 |
| Hex | 79 | 72 | 85 | 9 | E | 0 | 30 | 106 | 8 | 30 |
| Octal | 171 | 162 | 205 | 11 | 16 | 0 | 60 | 406 | 10 | 60 |
| Binary | 1111001 | 1110010 | 10000101 | 1001 | 1110 | 0 | 110000 | 100000110 | 1000 | 110000 |
Color Harmonies of #797285
Complementary color
Monochromatic Colors of #797285
Black with #797285
Text Example
Text Example
White with #797285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797285; }
p { color: rgb(121,114,133); }
H1.HeaderClassName
{
color: #797285;
}
.AnyTagClassName
{
color: #797285;
}
</style>
background-color css
<style>
a { background-color: #797285; }
a { background-color: rgb(121,114,133); }
div.DivClassName
{
background-color: #797285;
}
.BgClassName
{
background-color: #797285;
}
</style>
border-color css
<style>
span { border-color: #797285; }
span { border-color: rgb(121,114,133); }
td.TdClassName
{
border-color: #797285;
}
.TagClassName
{
border-color: #797285;
}
</style>