Shades of Topaz #75707F
Tints of Topaz #75707F
RGB
CMYK
RGB Variations
Color information
#75707F (or 0x75707F) is known color: Topaz. HEX triplet: 75, 70 and 7F. RGB value is (117,112,127). Sum of RGB (Red+Green+Blue) = 117+112+127=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #75707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75707F is #8A8F80. Grayscale: #737373. Windows color (decimal): -9080705 or 8351861. OLE color: 8351861.
HSL color Cylindrical-coordinate representation of color #75707F: hue angle of 260º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75707F is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 112 | 127 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.50 |
| HSL | 260º | 0.06% | 0.47% | - |
| HSV(B) | 260º | 0.12% | 0.5% | - |
| XYZ | 16.96 | 16.9 | 22.45 | - |
| YUV | 115.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 127 | 0.08 | 0.12 | 0 | 0.50 | 260 | 0.06 | 0.47 |
| Hex | 75 | 70 | 7F | 8 | C | 0 | 32 | 104 | 6 | 2F |
| Octal | 165 | 160 | 177 | 10 | 14 | 0 | 62 | 404 | 6 | 57 |
| Binary | 1110101 | 1110000 | 1111111 | 1000 | 1100 | 0 | 110010 | 100000100 | 110 | 101111 |
Color Harmonies of #75707F
Complementary color
Monochromatic Colors of #75707F
Black with #75707F
Text Example
Text Example
White with #75707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75707F; }
p { color: rgb(117,112,127); }
H1.HeaderClassName
{
color: #75707F;
}
.AnyTagClassName
{
color: #75707F;
}
</style>
background-color css
<style>
a { background-color: #75707F; }
a { background-color: rgb(117,112,127); }
div.DivClassName
{
background-color: #75707F;
}
.BgClassName
{
background-color: #75707F;
}
</style>
border-color css
<style>
span { border-color: #75707F; }
span { border-color: rgb(117,112,127); }
td.TdClassName
{
border-color: #75707F;
}
.TagClassName
{
border-color: #75707F;
}
</style>