Shades of Gothic #748C91
Tints of Gothic #748C91
RGB
CMYK
RGB Variations
Color information
#748C91 (or 0x748C91) is known color: Gothic. HEX triplet: 74, 8C and 91. RGB value is (116,140,145). Sum of RGB (Red+Green+Blue) = 116+140+145=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #748C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C91 is #8B736E. Grayscale: #858585. Windows color (decimal): -9139055 or 9538676. OLE color: 9538676.
HSL color Cylindrical-coordinate representation of color #748C91: hue angle of 190.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748C91 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 140 | 145 | - |
| CMYK | 0.2 | 0.03 | 0 | 0.43 |
| HSL | 190.34º | 0.12% | 0.51% | - |
| HSV(B) | 190.34º | 0.2% | 0.57% | - |
| XYZ | 21.69 | 24.51 | 30.38 | - |
| YUV | 133.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 145 | 0.2 | 0.03 | 0 | 0.43 | 190.34 | 0.12 | 0.51 |
| Hex | 74 | 8C | 91 | 14 | 3 | 0 | 2B | BE | C | 33 |
| Octal | 164 | 214 | 221 | 24 | 3 | 0 | 53 | 276 | 14 | 63 |
| Binary | 1110100 | 10001100 | 10010001 | 10100 | 11 | 0 | 101011 | 10111110 | 1100 | 110011 |
Color Harmonies of #748C91
Complementary color
Monochromatic Colors of #748C91
Black with #748C91
Text Example
Text Example
White with #748C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C91; }
p { color: rgb(116,140,145); }
H1.HeaderClassName
{
color: #748C91;
}
.AnyTagClassName
{
color: #748C91;
}
</style>
background-color css
<style>
a { background-color: #748C91; }
a { background-color: rgb(116,140,145); }
div.DivClassName
{
background-color: #748C91;
}
.BgClassName
{
background-color: #748C91;
}
</style>
border-color css
<style>
span { border-color: #748C91; }
span { border-color: rgb(116,140,145); }
td.TdClassName
{
border-color: #748C91;
}
.TagClassName
{
border-color: #748C91;
}
</style>