Shades of Gothic #748E94
Tints of Gothic #748E94
RGB
CMYK
RGB Variations
Color information
#748E94 (or 0x748E94) is known color: Gothic. HEX triplet: 74, 8E and 94. RGB value is (116,142,148). Sum of RGB (Red+Green+Blue) = 116+142+148=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #748E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E94 is #8B716B. Grayscale: #868686. Windows color (decimal): -9138540 or 9735796. OLE color: 9735796.
HSL color Cylindrical-coordinate representation of color #748E94: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748E94 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 142 | 148 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.42 |
| HSL | 191.25º | 0.13% | 0.52% | - |
| HSV(B) | 191.25º | 0.22% | 0.58% | - |
| XYZ | 22.22 | 25.2 | 31.71 | - |
| YUV | 134.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 148 | 0.22 | 0.04 | 0 | 0.42 | 191.25 | 0.13 | 0.52 |
| Hex | 74 | 8E | 94 | 16 | 4 | 0 | 2A | BF | D | 34 |
| Octal | 164 | 216 | 224 | 26 | 4 | 0 | 52 | 277 | 15 | 64 |
| Binary | 1110100 | 10001110 | 10010100 | 10110 | 100 | 0 | 101010 | 10111111 | 1101 | 110100 |
Color Harmonies of #748E94
Complementary color
Monochromatic Colors of #748E94
Black with #748E94
Text Example
Text Example
White with #748E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E94; }
p { color: rgb(116,142,148); }
H1.HeaderClassName
{
color: #748E94;
}
.AnyTagClassName
{
color: #748E94;
}
</style>
background-color css
<style>
a { background-color: #748E94; }
a { background-color: rgb(116,142,148); }
div.DivClassName
{
background-color: #748E94;
}
.BgClassName
{
background-color: #748E94;
}
</style>
border-color css
<style>
span { border-color: #748E94; }
span { border-color: rgb(116,142,148); }
td.TdClassName
{
border-color: #748E94;
}
.TagClassName
{
border-color: #748E94;
}
</style>