Shades of Topaz #79738B
Tints of Topaz #79738B
RGB
CMYK
RGB Variations
Color information
#79738B (or 0x79738B) is known color: Topaz. HEX triplet: 79, 73 and 8B. RGB value is (121,115,139). Sum of RGB (Red+Green+Blue) = 121+115+139=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #79738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79738B is #868C74. Grayscale: #777777. Windows color (decimal): -8817781 or 9139065. OLE color: 9139065.
HSL color Cylindrical-coordinate representation of color #79738B: hue angle of 255º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79738B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 115 | 139 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.45 |
| HSL | 255º | 0.09% | 0.5% | - |
| HSV(B) | 255º | 0.17% | 0.55% | - |
| XYZ | 18.68 | 18.19 | 26.95 | - |
| YUV | 119.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 139 | 0.13 | 0.17 | 0 | 0.45 | 255 | 0.09 | 0.5 |
| Hex | 79 | 73 | 8B | D | 11 | 0 | 2D | FF | 9 | 32 |
| Octal | 171 | 163 | 213 | 15 | 21 | 0 | 55 | 377 | 11 | 62 |
| Binary | 1111001 | 1110011 | 10001011 | 1101 | 10001 | 0 | 101101 | 11111111 | 1001 | 110010 |
Color Harmonies of #79738B
Complementary color
Monochromatic Colors of #79738B
Black with #79738B
Text Example
Text Example
White with #79738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79738B; }
p { color: rgb(121,115,139); }
H1.HeaderClassName
{
color: #79738B;
}
.AnyTagClassName
{
color: #79738B;
}
</style>
background-color css
<style>
a { background-color: #79738B; }
a { background-color: rgb(121,115,139); }
div.DivClassName
{
background-color: #79738B;
}
.BgClassName
{
background-color: #79738B;
}
</style>
border-color css
<style>
span { border-color: #79738B; }
span { border-color: rgb(121,115,139); }
td.TdClassName
{
border-color: #79738B;
}
.TagClassName
{
border-color: #79738B;
}
</style>