Shades of Gothic #758C91
Tints of Gothic #758C91
RGB
CMYK
RGB Variations
Color information
#758C91 (or 0x758C91) is known color: Gothic. HEX triplet: 75, 8C and 91. RGB value is (117,140,145). Sum of RGB (Red+Green+Blue) = 117+140+145=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #758C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C91 is #8A736E. Grayscale: #858585. Windows color (decimal): -9073519 or 9538677. OLE color: 9538677.
HSL color Cylindrical-coordinate representation of color #758C91: hue angle of 190.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758C91 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 140 | 145 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.43 |
| HSL | 190.71º | 0.11% | 0.51% | - |
| HSV(B) | 190.71º | 0.19% | 0.57% | - |
| XYZ | 21.83 | 24.58 | 30.38 | - |
| YUV | 133.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 145 | 0.19 | 0.03 | 0 | 0.43 | 190.71 | 0.11 | 0.51 |
| Hex | 75 | 8C | 91 | 13 | 3 | 0 | 2B | BF | B | 33 |
| Octal | 165 | 214 | 221 | 23 | 3 | 0 | 53 | 277 | 13 | 63 |
| Binary | 1110101 | 10001100 | 10010001 | 10011 | 11 | 0 | 101011 | 10111111 | 1011 | 110011 |
Color Harmonies of #758C91
Complementary color
Monochromatic Colors of #758C91
Black with #758C91
Text Example
Text Example
White with #758C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C91; }
p { color: rgb(117,140,145); }
H1.HeaderClassName
{
color: #758C91;
}
.AnyTagClassName
{
color: #758C91;
}
</style>
background-color css
<style>
a { background-color: #758C91; }
a { background-color: rgb(117,140,145); }
div.DivClassName
{
background-color: #758C91;
}
.BgClassName
{
background-color: #758C91;
}
</style>
border-color css
<style>
span { border-color: #758C91; }
span { border-color: rgb(117,140,145); }
td.TdClassName
{
border-color: #758C91;
}
.TagClassName
{
border-color: #758C91;
}
</style>