Shades of Gothic #758A8E
Tints of Gothic #758A8E
RGB
CMYK
RGB Variations
Color information
#758A8E (or 0x758A8E) is known color: Gothic. HEX triplet: 75, 8A and 8E. RGB value is (117,138,142). Sum of RGB (Red+Green+Blue) = 117+138+142=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #758A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A8E is #8A7571. Grayscale: #848484. Windows color (decimal): -9074034 or 9341557. OLE color: 9341557.
HSL color Cylindrical-coordinate representation of color #758A8E: hue angle of 189.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758A8E is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 138 | 142 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.44 |
| HSL | 189.6º | 0.1% | 0.51% | - |
| HSV(B) | 189.6º | 0.18% | 0.56% | - |
| XYZ | 21.31 | 23.91 | 29.08 | - |
| YUV | 132.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 142 | 0.18 | 0.03 | 0 | 0.44 | 189.6 | 0.1 | 0.51 |
| Hex | 75 | 8A | 8E | 12 | 3 | 0 | 2C | BE | A | 33 |
| Octal | 165 | 212 | 216 | 22 | 3 | 0 | 54 | 276 | 12 | 63 |
| Binary | 1110101 | 10001010 | 10001110 | 10010 | 11 | 0 | 101100 | 10111110 | 1010 | 110011 |
Color Harmonies of #758A8E
Complementary color
Monochromatic Colors of #758A8E
Black with #758A8E
Text Example
Text Example
White with #758A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A8E; }
p { color: rgb(117,138,142); }
H1.HeaderClassName
{
color: #758A8E;
}
.AnyTagClassName
{
color: #758A8E;
}
</style>
background-color css
<style>
a { background-color: #758A8E; }
a { background-color: rgb(117,138,142); }
div.DivClassName
{
background-color: #758A8E;
}
.BgClassName
{
background-color: #758A8E;
}
</style>
border-color css
<style>
span { border-color: #758A8E; }
span { border-color: rgb(117,138,142); }
td.TdClassName
{
border-color: #758A8E;
}
.TagClassName
{
border-color: #758A8E;
}
</style>