Shades of Topaz #76737B
Tints of Topaz #76737B
RGB
CMYK
RGB Variations
Color information
#76737B (or 0x76737B) is known color: Topaz. HEX triplet: 76, 73 and 7B. RGB value is (118,115,123). Sum of RGB (Red+Green+Blue) = 118+115+123=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #76737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737B is #898C84. Grayscale: #747474. Windows color (decimal): -9014405 or 8090486. OLE color: 8090486.
HSL color Cylindrical-coordinate representation of color #76737B: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76737B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 115 | 123 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.52 |
| HSL | 262.5º | 0.03% | 0.47% | - |
| HSV(B) | 262.5º | 0.07% | 0.48% | - |
| XYZ | 17.18 | 17.54 | 21.22 | - |
| YUV | 116.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 123 | 0.04 | 0.07 | 0 | 0.52 | 262.5 | 0.03 | 0.47 |
| Hex | 76 | 73 | 7B | 4 | 7 | 0 | 34 | 106 | 3 | 2F |
| Octal | 166 | 163 | 173 | 4 | 7 | 0 | 64 | 406 | 3 | 57 |
| Binary | 1110110 | 1110011 | 1111011 | 100 | 111 | 0 | 110100 | 100000110 | 11 | 101111 |
Color Harmonies of #76737B
Complementary color
Monochromatic Colors of #76737B
Black with #76737B
Text Example
Text Example
White with #76737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76737B; }
p { color: rgb(118,115,123); }
H1.HeaderClassName
{
color: #76737B;
}
.AnyTagClassName
{
color: #76737B;
}
</style>
background-color css
<style>
a { background-color: #76737B; }
a { background-color: rgb(118,115,123); }
div.DivClassName
{
background-color: #76737B;
}
.BgClassName
{
background-color: #76737B;
}
</style>
border-color css
<style>
span { border-color: #76737B; }
span { border-color: rgb(118,115,123); }
td.TdClassName
{
border-color: #76737B;
}
.TagClassName
{
border-color: #76737B;
}
</style>