Shades of Topaz #797283
Tints of Topaz #797283
RGB
CMYK
RGB Variations
Color information
#797283 (or 0x797283) is known color: Topaz. HEX triplet: 79, 72 and 83. RGB value is (121,114,131). Sum of RGB (Red+Green+Blue) = 121+114+131=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #797283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797283 is #868D7C. Grayscale: #757575. Windows color (decimal): -8818045 or 8614521. OLE color: 8614521.
HSL color Cylindrical-coordinate representation of color #797283: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797283 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 114 | 131 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.49 |
| HSL | 264.71º | 0.07% | 0.48% | - |
| HSV(B) | 264.71º | 0.13% | 0.51% | - |
| XYZ | 18 | 17.74 | 23.95 | - |
| YUV | 118.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 131 | 0.08 | 0.13 | 0 | 0.49 | 264.71 | 0.07 | 0.48 |
| Hex | 79 | 72 | 83 | 8 | D | 0 | 31 | 109 | 7 | 30 |
| Octal | 171 | 162 | 203 | 10 | 15 | 0 | 61 | 411 | 7 | 60 |
| Binary | 1111001 | 1110010 | 10000011 | 1000 | 1101 | 0 | 110001 | 100001001 | 111 | 110000 |
Color Harmonies of #797283
Complementary color
Monochromatic Colors of #797283
Black with #797283
Text Example
Text Example
White with #797283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797283; }
p { color: rgb(121,114,131); }
H1.HeaderClassName
{
color: #797283;
}
.AnyTagClassName
{
color: #797283;
}
</style>
background-color css
<style>
a { background-color: #797283; }
a { background-color: rgb(121,114,131); }
div.DivClassName
{
background-color: #797283;
}
.BgClassName
{
background-color: #797283;
}
</style>
border-color css
<style>
span { border-color: #797283; }
span { border-color: rgb(121,114,131); }
td.TdClassName
{
border-color: #797283;
}
.TagClassName
{
border-color: #797283;
}
</style>