Shades of Gothic #758D94
Tints of Gothic #758D94
RGB
CMYK
RGB Variations
Color information
#758D94 (or 0x758D94) is known color: Gothic. HEX triplet: 75, 8D and 94. RGB value is (117,141,148). Sum of RGB (Red+Green+Blue) = 117+141+148=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #758D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758D94 is #8A726B. Grayscale: #868686. Windows color (decimal): -9073260 or 9735541. OLE color: 9735541.
HSL color Cylindrical-coordinate representation of color #758D94: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758D94 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 141 | 148 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.42 |
| HSL | 193.55º | 0.13% | 0.52% | - |
| HSV(B) | 193.55º | 0.21% | 0.58% | - |
| XYZ | 22.21 | 24.97 | 31.67 | - |
| YUV | 134.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 148 | 0.21 | 0.05 | 0 | 0.42 | 193.55 | 0.13 | 0.52 |
| Hex | 75 | 8D | 94 | 15 | 5 | 0 | 2A | C2 | D | 34 |
| Octal | 165 | 215 | 224 | 25 | 5 | 0 | 52 | 302 | 15 | 64 |
| Binary | 1110101 | 10001101 | 10010100 | 10101 | 101 | 0 | 101010 | 11000010 | 1101 | 110100 |
Color Harmonies of #758D94
Complementary color
Monochromatic Colors of #758D94
Black with #758D94
Text Example
Text Example
White with #758D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D94; }
p { color: rgb(117,141,148); }
H1.HeaderClassName
{
color: #758D94;
}
.AnyTagClassName
{
color: #758D94;
}
</style>
background-color css
<style>
a { background-color: #758D94; }
a { background-color: rgb(117,141,148); }
div.DivClassName
{
background-color: #758D94;
}
.BgClassName
{
background-color: #758D94;
}
</style>
border-color css
<style>
span { border-color: #758D94; }
span { border-color: rgb(117,141,148); }
td.TdClassName
{
border-color: #758D94;
}
.TagClassName
{
border-color: #758D94;
}
</style>