Shades of Gothic #758F96
Tints of Gothic #758F96
RGB
CMYK
RGB Variations
Color information
#758F96 (or 0x758F96) is known color: Gothic. HEX triplet: 75, 8F and 96. RGB value is (117,143,150). Sum of RGB (Red+Green+Blue) = 117+143+150=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #758F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F96 is #8A7069. Grayscale: #878787. Windows color (decimal): -9072746 or 9867125. OLE color: 9867125.
HSL color Cylindrical-coordinate representation of color #758F96: hue angle of 192.73º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758F96 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 143 | 150 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.41 |
| HSL | 192.73º | 0.14% | 0.52% | - |
| HSV(B) | 192.73º | 0.22% | 0.59% | - |
| XYZ | 22.66 | 25.63 | 32.61 | - |
| YUV | 136.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 150 | 0.22 | 0.05 | 0 | 0.41 | 192.73 | 0.14 | 0.52 |
| Hex | 75 | 8F | 96 | 16 | 5 | 0 | 29 | C1 | E | 34 |
| Octal | 165 | 217 | 226 | 26 | 5 | 0 | 51 | 301 | 16 | 64 |
| Binary | 1110101 | 10001111 | 10010110 | 10110 | 101 | 0 | 101001 | 11000001 | 1110 | 110100 |
Color Harmonies of #758F96
Complementary color
Monochromatic Colors of #758F96
Black with #758F96
Text Example
Text Example
White with #758F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F96; }
p { color: rgb(117,143,150); }
H1.HeaderClassName
{
color: #758F96;
}
.AnyTagClassName
{
color: #758F96;
}
</style>
background-color css
<style>
a { background-color: #758F96; }
a { background-color: rgb(117,143,150); }
div.DivClassName
{
background-color: #758F96;
}
.BgClassName
{
background-color: #758F96;
}
</style>
border-color css
<style>
span { border-color: #758F96; }
span { border-color: rgb(117,143,150); }
td.TdClassName
{
border-color: #758F96;
}
.TagClassName
{
border-color: #758F96;
}
</style>