Shades of Gothic #748C95
Tints of Gothic #748C95
RGB
CMYK
RGB Variations
Color information
#748C95 (or 0x748C95) is known color: Gothic. HEX triplet: 74, 8C and 95. RGB value is (116,140,149). Sum of RGB (Red+Green+Blue) = 116+140+149=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #748C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C95 is #8B736A. Grayscale: #858585. Windows color (decimal): -9139051 or 9800820. OLE color: 9800820.
HSL color Cylindrical-coordinate representation of color #748C95: hue angle of 196.36º 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 #748C95 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 140 | 149 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.42 |
| HSL | 196.36º | 0.13% | 0.52% | - |
| HSV(B) | 196.36º | 0.22% | 0.58% | - |
| XYZ | 22.01 | 24.64 | 32.03 | - |
| YUV | 133.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 149 | 0.22 | 0.06 | 0 | 0.42 | 196.36 | 0.13 | 0.52 |
| Hex | 74 | 8C | 95 | 16 | 6 | 0 | 2A | C4 | D | 34 |
| Octal | 164 | 214 | 225 | 26 | 6 | 0 | 52 | 304 | 15 | 64 |
| Binary | 1110100 | 10001100 | 10010101 | 10110 | 110 | 0 | 101010 | 11000100 | 1101 | 110100 |
Color Harmonies of #748C95
Complementary color
Monochromatic Colors of #748C95
Black with #748C95
Text Example
Text Example
White with #748C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C95; }
p { color: rgb(116,140,149); }
H1.HeaderClassName
{
color: #748C95;
}
.AnyTagClassName
{
color: #748C95;
}
</style>
background-color css
<style>
a { background-color: #748C95; }
a { background-color: rgb(116,140,149); }
div.DivClassName
{
background-color: #748C95;
}
.BgClassName
{
background-color: #748C95;
}
</style>
border-color css
<style>
span { border-color: #748C95; }
span { border-color: rgb(116,140,149); }
td.TdClassName
{
border-color: #748C95;
}
.TagClassName
{
border-color: #748C95;
}
</style>