Shades of Gothic #758F94
Tints of Gothic #758F94
RGB
CMYK
RGB Variations
Color information
#758F94 (or 0x758F94) is known color: Gothic. HEX triplet: 75, 8F and 94. RGB value is (117,143,148). Sum of RGB (Red+Green+Blue) = 117+143+148=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #758F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F94 is #8A706B. Grayscale: #878787. Windows color (decimal): -9072748 or 9736053. OLE color: 9736053.
HSL color Cylindrical-coordinate representation of color #758F94: hue angle of 189.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758F94 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 143 | 148 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.42 |
| HSL | 189.68º | 0.13% | 0.52% | - |
| HSV(B) | 189.68º | 0.21% | 0.58% | - |
| XYZ | 22.5 | 25.56 | 31.77 | - |
| YUV | 135.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 148 | 0.21 | 0.03 | 0 | 0.42 | 189.68 | 0.13 | 0.52 |
| Hex | 75 | 8F | 94 | 15 | 3 | 0 | 2A | BE | D | 34 |
| Octal | 165 | 217 | 224 | 25 | 3 | 0 | 52 | 276 | 15 | 64 |
| Binary | 1110101 | 10001111 | 10010100 | 10101 | 11 | 0 | 101010 | 10111110 | 1101 | 110100 |
Color Harmonies of #758F94
Complementary color
Monochromatic Colors of #758F94
Black with #758F94
Text Example
Text Example
White with #758F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F94; }
p { color: rgb(117,143,148); }
H1.HeaderClassName
{
color: #758F94;
}
.AnyTagClassName
{
color: #758F94;
}
</style>
background-color css
<style>
a { background-color: #758F94; }
a { background-color: rgb(117,143,148); }
div.DivClassName
{
background-color: #758F94;
}
.BgClassName
{
background-color: #758F94;
}
</style>
border-color css
<style>
span { border-color: #758F94; }
span { border-color: rgb(117,143,148); }
td.TdClassName
{
border-color: #758F94;
}
.TagClassName
{
border-color: #758F94;
}
</style>