Shades of Gothic #758D92
Tints of Gothic #758D92
RGB
CMYK
RGB Variations
Color information
#758D92 (or 0x758D92) is known color: Gothic. HEX triplet: 75, 8D and 92. RGB value is (117,141,146). Sum of RGB (Red+Green+Blue) = 117+141+146=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #758D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758D92 is #8A726D. Grayscale: #868686. Windows color (decimal): -9073262 or 9604469. OLE color: 9604469.
HSL color Cylindrical-coordinate representation of color #758D92: hue angle of 190.34º 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 #758D92 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 141 | 146 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.43 |
| HSL | 190.34º | 0.12% | 0.52% | - |
| HSV(B) | 190.34º | 0.2% | 0.57% | - |
| XYZ | 22.05 | 24.91 | 30.84 | - |
| YUV | 134.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 146 | 0.20 | 0.03 | 0 | 0.43 | 190.34 | 0.12 | 0.52 |
| Hex | 75 | 8D | 92 | 14 | 3 | 0 | 2B | BE | C | 34 |
| Octal | 165 | 215 | 222 | 24 | 3 | 0 | 53 | 276 | 14 | 64 |
| Binary | 1110101 | 10001101 | 10010010 | 10100 | 11 | 0 | 101011 | 10111110 | 1100 | 110100 |
Color Harmonies of #758D92
Complementary color
Monochromatic Colors of #758D92
Black with #758D92
Text Example
Text Example
White with #758D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D92; }
p { color: rgb(117,141,146); }
H1.HeaderClassName
{
color: #758D92;
}
.AnyTagClassName
{
color: #758D92;
}
</style>
background-color css
<style>
a { background-color: #758D92; }
a { background-color: rgb(117,141,146); }
div.DivClassName
{
background-color: #758D92;
}
.BgClassName
{
background-color: #758D92;
}
</style>
border-color css
<style>
span { border-color: #758D92; }
span { border-color: rgb(117,141,146); }
td.TdClassName
{
border-color: #758D92;
}
.TagClassName
{
border-color: #758D92;
}
</style>