Shades of Gothic #748E92
Tints of Gothic #748E92
RGB
CMYK
RGB Variations
Color information
#748E92 (or 0x748E92) is known color: Gothic. HEX triplet: 74, 8E and 92. RGB value is (116,142,146). Sum of RGB (Red+Green+Blue) = 116+142+146=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #748E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E92 is #8B716D. Grayscale: #868686. Windows color (decimal): -9138542 or 9604724. OLE color: 9604724.
HSL color Cylindrical-coordinate representation of color #748E92: hue angle of 188º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748E92 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 142 | 146 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.43 |
| HSL | 188º | 0.12% | 0.51% | - |
| HSV(B) | 188º | 0.21% | 0.57% | - |
| XYZ | 22.06 | 25.13 | 30.88 | - |
| YUV | 134.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 146 | 0.21 | 0.03 | 0 | 0.43 | 188 | 0.12 | 0.51 |
| Hex | 74 | 8E | 92 | 15 | 3 | 0 | 2B | BC | C | 33 |
| Octal | 164 | 216 | 222 | 25 | 3 | 0 | 53 | 274 | 14 | 63 |
| Binary | 1110100 | 10001110 | 10010010 | 10101 | 11 | 0 | 101011 | 10111100 | 1100 | 110011 |
Color Harmonies of #748E92
Complementary color
Monochromatic Colors of #748E92
Black with #748E92
Text Example
Text Example
White with #748E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E92; }
p { color: rgb(116,142,146); }
H1.HeaderClassName
{
color: #748E92;
}
.AnyTagClassName
{
color: #748E92;
}
</style>
background-color css
<style>
a { background-color: #748E92; }
a { background-color: rgb(116,142,146); }
div.DivClassName
{
background-color: #748E92;
}
.BgClassName
{
background-color: #748E92;
}
</style>
border-color css
<style>
span { border-color: #748E92; }
span { border-color: rgb(116,142,146); }
td.TdClassName
{
border-color: #748E92;
}
.TagClassName
{
border-color: #748E92;
}
</style>