Shades of Gothic #758E92
Tints of Gothic #758E92
RGB
CMYK
RGB Variations
Color information
#758E92 (or 0x758E92) is known color: Gothic. HEX triplet: 75, 8E and 92. RGB value is (117,142,146). Sum of RGB (Red+Green+Blue) = 117+142+146=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #758E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E92 is #8A716D. Grayscale: #868686. Windows color (decimal): -9073006 or 9604725. OLE color: 9604725.
HSL color Cylindrical-coordinate representation of color #758E92: hue angle of 188.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758E92 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 142 | 146 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.43 |
| HSL | 188.28º | 0.12% | 0.52% | - |
| HSV(B) | 188.28º | 0.2% | 0.57% | - |
| XYZ | 22.2 | 25.2 | 30.89 | - |
| YUV | 134.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 146 | 0.20 | 0.03 | 0 | 0.43 | 188.28 | 0.12 | 0.52 |
| Hex | 75 | 8E | 92 | 14 | 3 | 0 | 2B | BC | C | 34 |
| Octal | 165 | 216 | 222 | 24 | 3 | 0 | 53 | 274 | 14 | 64 |
| Binary | 1110101 | 10001110 | 10010010 | 10100 | 11 | 0 | 101011 | 10111100 | 1100 | 110100 |
Color Harmonies of #758E92
Complementary color
Monochromatic Colors of #758E92
Black with #758E92
Text Example
Text Example
White with #758E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E92; }
p { color: rgb(117,142,146); }
H1.HeaderClassName
{
color: #758E92;
}
.AnyTagClassName
{
color: #758E92;
}
</style>
background-color css
<style>
a { background-color: #758E92; }
a { background-color: rgb(117,142,146); }
div.DivClassName
{
background-color: #758E92;
}
.BgClassName
{
background-color: #758E92;
}
</style>
border-color css
<style>
span { border-color: #758E92; }
span { border-color: rgb(117,142,146); }
td.TdClassName
{
border-color: #758E92;
}
.TagClassName
{
border-color: #758E92;
}
</style>