Shades of Topaz #75707E
Tints of Topaz #75707E
RGB
CMYK
RGB Variations
Color information
#75707E (or 0x75707E) is known color: Topaz. HEX triplet: 75, 70 and 7E. RGB value is (117,112,126). Sum of RGB (Red+Green+Blue) = 117+112+126=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #75707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75707E is #8A8F81. Grayscale: #737373. Windows color (decimal): -9080706 or 8286325. OLE color: 8286325.
HSL color Cylindrical-coordinate representation of color #75707E: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75707E is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 112 | 126 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.51 |
| HSL | 261.43º | 0.06% | 0.47% | - |
| HSV(B) | 261.43º | 0.11% | 0.49% | - |
| XYZ | 16.9 | 16.88 | 22.11 | - |
| YUV | 115.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 126 | 0.07 | 0.11 | 0 | 0.51 | 261.43 | 0.06 | 0.47 |
| Hex | 75 | 70 | 7E | 7 | B | 0 | 33 | 105 | 6 | 2F |
| Octal | 165 | 160 | 176 | 7 | 13 | 0 | 63 | 405 | 6 | 57 |
| Binary | 1110101 | 1110000 | 1111110 | 111 | 1011 | 0 | 110011 | 100000101 | 110 | 101111 |
Color Harmonies of #75707E
Complementary color
Monochromatic Colors of #75707E
Black with #75707E
Text Example
Text Example
White with #75707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75707E; }
p { color: rgb(117,112,126); }
H1.HeaderClassName
{
color: #75707E;
}
.AnyTagClassName
{
color: #75707E;
}
</style>
background-color css
<style>
a { background-color: #75707E; }
a { background-color: rgb(117,112,126); }
div.DivClassName
{
background-color: #75707E;
}
.BgClassName
{
background-color: #75707E;
}
</style>
border-color css
<style>
span { border-color: #75707E; }
span { border-color: rgb(117,112,126); }
td.TdClassName
{
border-color: #75707E;
}
.TagClassName
{
border-color: #75707E;
}
</style>