Shades of Topaz #796F90
Tints of Topaz #796F90
RGB
CMYK
RGB Variations
Color information
#796F90 (or 0x796F90) is known color: Topaz. HEX triplet: 79, 6F and 90. RGB value is (121,111,144). Sum of RGB (Red+Green+Blue) = 121+111+144=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #796F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796F90 is #86906F. Grayscale: #757575. Windows color (decimal): -8818800 or 9465721. OLE color: 9465721.
HSL color Cylindrical-coordinate representation of color #796F90: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796F90 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 111 | 144 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.44 |
| HSL | 258.18º | 0.13% | 0.5% | - |
| HSV(B) | 258.18º | 0.23% | 0.56% | - |
| XYZ | 18.6 | 17.45 | 28.77 | - |
| YUV | 117.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 144 | 0.16 | 0.23 | 0 | 0.44 | 258.18 | 0.13 | 0.5 |
| Hex | 79 | 6F | 90 | 10 | 17 | 0 | 2C | 102 | D | 32 |
| Octal | 171 | 157 | 220 | 20 | 27 | 0 | 54 | 402 | 15 | 62 |
| Binary | 1111001 | 1101111 | 10010000 | 10000 | 10111 | 0 | 101100 | 100000010 | 1101 | 110010 |
Color Harmonies of #796F90
Complementary color
Monochromatic Colors of #796F90
Black with #796F90
Text Example
Text Example
White with #796F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F90; }
p { color: rgb(121,111,144); }
H1.HeaderClassName
{
color: #796F90;
}
.AnyTagClassName
{
color: #796F90;
}
</style>
background-color css
<style>
a { background-color: #796F90; }
a { background-color: rgb(121,111,144); }
div.DivClassName
{
background-color: #796F90;
}
.BgClassName
{
background-color: #796F90;
}
</style>
border-color css
<style>
span { border-color: #796F90; }
span { border-color: rgb(121,111,144); }
td.TdClassName
{
border-color: #796F90;
}
.TagClassName
{
border-color: #796F90;
}
</style>