Shades of Topaz #76737C
Tints of Topaz #76737C
RGB
CMYK
RGB Variations
Color information
#76737C (or 0x76737C) is known color: Topaz. HEX triplet: 76, 73 and 7C. RGB value is (118,115,124). Sum of RGB (Red+Green+Blue) = 118+115+124=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #76737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737C is #898C83. Grayscale: #747474. Windows color (decimal): -9014404 or 8156022. OLE color: 8156022.
HSL color Cylindrical-coordinate representation of color #76737C: hue angle of 260º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76737C is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 115 | 124 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.51 |
| HSL | 260º | 0.04% | 0.47% | - |
| HSV(B) | 260º | 0.07% | 0.49% | - |
| XYZ | 17.24 | 17.57 | 21.55 | - |
| YUV | 116.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 124 | 0.05 | 0.07 | 0 | 0.51 | 260 | 0.04 | 0.47 |
| Hex | 76 | 73 | 7C | 5 | 7 | 0 | 33 | 104 | 4 | 2F |
| Octal | 166 | 163 | 174 | 5 | 7 | 0 | 63 | 404 | 4 | 57 |
| Binary | 1110110 | 1110011 | 1111100 | 101 | 111 | 0 | 110011 | 100000100 | 100 | 101111 |
Color Harmonies of #76737C
Complementary color
Monochromatic Colors of #76737C
Black with #76737C
Text Example
Text Example
White with #76737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76737C; }
p { color: rgb(118,115,124); }
H1.HeaderClassName
{
color: #76737C;
}
.AnyTagClassName
{
color: #76737C;
}
</style>
background-color css
<style>
a { background-color: #76737C; }
a { background-color: rgb(118,115,124); }
div.DivClassName
{
background-color: #76737C;
}
.BgClassName
{
background-color: #76737C;
}
</style>
border-color css
<style>
span { border-color: #76737C; }
span { border-color: rgb(118,115,124); }
td.TdClassName
{
border-color: #76737C;
}
.TagClassName
{
border-color: #76737C;
}
</style>