Shades of Gothic #748E95
Tints of Gothic #748E95
RGB
CMYK
RGB Variations
Color information
#748E95 (or 0x748E95) is known color: Gothic. HEX triplet: 74, 8E and 95. RGB value is (116,142,149). Sum of RGB (Red+Green+Blue) = 116+142+149=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #748E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E95 is #8B716A. Grayscale: #868686. Windows color (decimal): -9138539 or 9801332. OLE color: 9801332.
HSL color Cylindrical-coordinate representation of color #748E95: hue angle of 192.73º 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 #748E95 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 142 | 149 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.42 |
| HSL | 192.73º | 0.13% | 0.52% | - |
| HSV(B) | 192.73º | 0.22% | 0.58% | - |
| XYZ | 22.3 | 25.23 | 32.13 | - |
| YUV | 135.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 149 | 0.22 | 0.05 | 0 | 0.42 | 192.73 | 0.13 | 0.52 |
| Hex | 74 | 8E | 95 | 16 | 5 | 0 | 2A | C1 | D | 34 |
| Octal | 164 | 216 | 225 | 26 | 5 | 0 | 52 | 301 | 15 | 64 |
| Binary | 1110100 | 10001110 | 10010101 | 10110 | 101 | 0 | 101010 | 11000001 | 1101 | 110100 |
Color Harmonies of #748E95
Complementary color
Monochromatic Colors of #748E95
Black with #748E95
Text Example
Text Example
White with #748E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E95; }
p { color: rgb(116,142,149); }
H1.HeaderClassName
{
color: #748E95;
}
.AnyTagClassName
{
color: #748E95;
}
</style>
background-color css
<style>
a { background-color: #748E95; }
a { background-color: rgb(116,142,149); }
div.DivClassName
{
background-color: #748E95;
}
.BgClassName
{
background-color: #748E95;
}
</style>
border-color css
<style>
span { border-color: #748E95; }
span { border-color: rgb(116,142,149); }
td.TdClassName
{
border-color: #748E95;
}
.TagClassName
{
border-color: #748E95;
}
</style>