Shades of Topaz #7F798B
Tints of Topaz #7F798B
RGB
CMYK
RGB Variations
Color information
#7F798B (or 0x7F798B) is known color: Topaz. HEX triplet: 7F, 79 and 8B. RGB value is (127,121,139). Sum of RGB (Red+Green+Blue) = 127+121+139=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F798B is #808674. Grayscale: #7C7C7C. Windows color (decimal): -8423029 or 9140607. OLE color: 9140607.
HSL color Cylindrical-coordinate representation of color #7F798B: hue angle of 260º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F798B is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 121 | 139 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.45 |
| HSL | 260º | 0.07% | 0.51% | - |
| HSV(B) | 260º | 0.13% | 0.55% | - |
| XYZ | 20.25 | 20.05 | 27.23 | - |
| YUV | 124.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 139 | 0.09 | 0.13 | 0 | 0.45 | 260 | 0.07 | 0.51 |
| Hex | 7F | 79 | 8B | 9 | D | 0 | 2D | 104 | 7 | 33 |
| Octal | 177 | 171 | 213 | 11 | 15 | 0 | 55 | 404 | 7 | 63 |
| Binary | 1111111 | 1111001 | 10001011 | 1001 | 1101 | 0 | 101101 | 100000100 | 111 | 110011 |
Color Harmonies of #7F798B
Complementary color
Monochromatic Colors of #7F798B
Black with #7F798B
Text Example
Text Example
White with #7F798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F798B; }
p { color: rgb(127,121,139); }
H1.HeaderClassName
{
color: #7F798B;
}
.AnyTagClassName
{
color: #7F798B;
}
</style>
background-color css
<style>
a { background-color: #7F798B; }
a { background-color: rgb(127,121,139); }
div.DivClassName
{
background-color: #7F798B;
}
.BgClassName
{
background-color: #7F798B;
}
</style>
border-color css
<style>
span { border-color: #7F798B; }
span { border-color: rgb(127,121,139); }
td.TdClassName
{
border-color: #7F798B;
}
.TagClassName
{
border-color: #7F798B;
}
</style>