Shades of Gothic #758A8D
Tints of Gothic #758A8D
RGB
CMYK
RGB Variations
Color information
#758A8D (or 0x758A8D) is known color: Gothic. HEX triplet: 75, 8A and 8D. RGB value is (117,138,141). Sum of RGB (Red+Green+Blue) = 117+138+141=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #758A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A8D is #8A7572. Grayscale: #848484. Windows color (decimal): -9074035 or 9276021. OLE color: 9276021.
HSL color Cylindrical-coordinate representation of color #758A8D: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758A8D is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 138 | 141 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.45 |
| HSL | 187.5º | 0.1% | 0.51% | - |
| HSV(B) | 187.5º | 0.17% | 0.55% | - |
| XYZ | 21.23 | 23.88 | 28.69 | - |
| YUV | 132.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 141 | 0.17 | 0.02 | 0 | 0.45 | 187.5 | 0.1 | 0.51 |
| Hex | 75 | 8A | 8D | 11 | 2 | 0 | 2D | BC | A | 33 |
| Octal | 165 | 212 | 215 | 21 | 2 | 0 | 55 | 274 | 12 | 63 |
| Binary | 1110101 | 10001010 | 10001101 | 10001 | 10 | 0 | 101101 | 10111100 | 1010 | 110011 |
Color Harmonies of #758A8D
Complementary color
Monochromatic Colors of #758A8D
Black with #758A8D
Text Example
Text Example
White with #758A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A8D; }
p { color: rgb(117,138,141); }
H1.HeaderClassName
{
color: #758A8D;
}
.AnyTagClassName
{
color: #758A8D;
}
</style>
background-color css
<style>
a { background-color: #758A8D; }
a { background-color: rgb(117,138,141); }
div.DivClassName
{
background-color: #758A8D;
}
.BgClassName
{
background-color: #758A8D;
}
</style>
border-color css
<style>
span { border-color: #758A8D; }
span { border-color: rgb(117,138,141); }
td.TdClassName
{
border-color: #758A8D;
}
.TagClassName
{
border-color: #758A8D;
}
</style>