Shades of Topaz #76717F
Tints of Topaz #76717F
RGB
CMYK
RGB Variations
Color information
#76717F (or 0x76717F) is known color: Topaz. HEX triplet: 76, 71 and 7F. RGB value is (118,113,127). Sum of RGB (Red+Green+Blue) = 118+113+127=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #76717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76717F is #898E80. Grayscale: #747474. Windows color (decimal): -9014913 or 8352118. OLE color: 8352118.
HSL color Cylindrical-coordinate representation of color #76717F: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76717F is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 113 | 127 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.50 |
| HSL | 261.43º | 0.06% | 0.47% | - |
| HSV(B) | 261.43º | 0.11% | 0.5% | - |
| XYZ | 17.21 | 17.19 | 22.49 | - |
| YUV | 116.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 127 | 0.07 | 0.11 | 0 | 0.50 | 261.43 | 0.06 | 0.47 |
| Hex | 76 | 71 | 7F | 7 | B | 0 | 32 | 105 | 6 | 2F |
| Octal | 166 | 161 | 177 | 7 | 13 | 0 | 62 | 405 | 6 | 57 |
| Binary | 1110110 | 1110001 | 1111111 | 111 | 1011 | 0 | 110010 | 100000101 | 110 | 101111 |
Color Harmonies of #76717F
Complementary color
Monochromatic Colors of #76717F
Black with #76717F
Text Example
Text Example
White with #76717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76717F; }
p { color: rgb(118,113,127); }
H1.HeaderClassName
{
color: #76717F;
}
.AnyTagClassName
{
color: #76717F;
}
</style>
background-color css
<style>
a { background-color: #76717F; }
a { background-color: rgb(118,113,127); }
div.DivClassName
{
background-color: #76717F;
}
.BgClassName
{
background-color: #76717F;
}
</style>
border-color css
<style>
span { border-color: #76717F; }
span { border-color: rgb(118,113,127); }
td.TdClassName
{
border-color: #76717F;
}
.TagClassName
{
border-color: #76717F;
}
</style>