Shades of Gothic #748E96
Tints of Gothic #748E96
RGB
CMYK
RGB Variations
Color information
#748E96 (or 0x748E96) is known color: Gothic. HEX triplet: 74, 8E and 96. RGB value is (116,142,150). Sum of RGB (Red+Green+Blue) = 116+142+150=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #748E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E96 is #8B7169. Grayscale: #878787. Windows color (decimal): -9138538 or 9866868. OLE color: 9866868.
HSL color Cylindrical-coordinate representation of color #748E96: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748E96 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 142 | 150 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.41 |
| HSL | 194.12º | 0.14% | 0.52% | - |
| HSV(B) | 194.12º | 0.23% | 0.59% | - |
| XYZ | 22.38 | 25.26 | 32.55 | - |
| YUV | 135.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 150 | 0.23 | 0.05 | 0 | 0.41 | 194.12 | 0.14 | 0.52 |
| Hex | 74 | 8E | 96 | 17 | 5 | 0 | 29 | C2 | E | 34 |
| Octal | 164 | 216 | 226 | 27 | 5 | 0 | 51 | 302 | 16 | 64 |
| Binary | 1110100 | 10001110 | 10010110 | 10111 | 101 | 0 | 101001 | 11000010 | 1110 | 110100 |
Color Harmonies of #748E96
Complementary color
Monochromatic Colors of #748E96
Black with #748E96
Text Example
Text Example
White with #748E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E96; }
p { color: rgb(116,142,150); }
H1.HeaderClassName
{
color: #748E96;
}
.AnyTagClassName
{
color: #748E96;
}
</style>
background-color css
<style>
a { background-color: #748E96; }
a { background-color: rgb(116,142,150); }
div.DivClassName
{
background-color: #748E96;
}
.BgClassName
{
background-color: #748E96;
}
</style>
border-color css
<style>
span { border-color: #748E96; }
span { border-color: rgb(116,142,150); }
td.TdClassName
{
border-color: #748E96;
}
.TagClassName
{
border-color: #748E96;
}
</style>