Shades of Gothic #748B91
Tints of Gothic #748B91
RGB
CMYK
RGB Variations
Color information
#748B91 (or 0x748B91) is known color: Gothic. HEX triplet: 74, 8B and 91. RGB value is (116,139,145). Sum of RGB (Red+Green+Blue) = 116+139+145=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #748B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B91 is #8B746E. Grayscale: #848484. Windows color (decimal): -9139311 or 9538420. OLE color: 9538420.
HSL color Cylindrical-coordinate representation of color #748B91: hue angle of 192.41º 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 #748B91 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 139 | 145 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.43 |
| HSL | 192.41º | 0.12% | 0.51% | - |
| HSV(B) | 192.41º | 0.2% | 0.57% | - |
| XYZ | 21.55 | 24.22 | 30.33 | - |
| YUV | 132.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 145 | 0.2 | 0.04 | 0 | 0.43 | 192.41 | 0.12 | 0.51 |
| Hex | 74 | 8B | 91 | 14 | 4 | 0 | 2B | C0 | C | 33 |
| Octal | 164 | 213 | 221 | 24 | 4 | 0 | 53 | 300 | 14 | 63 |
| Binary | 1110100 | 10001011 | 10010001 | 10100 | 100 | 0 | 101011 | 11000000 | 1100 | 110011 |
Color Harmonies of #748B91
Complementary color
Monochromatic Colors of #748B91
Black with #748B91
Text Example
Text Example
White with #748B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B91; }
p { color: rgb(116,139,145); }
H1.HeaderClassName
{
color: #748B91;
}
.AnyTagClassName
{
color: #748B91;
}
</style>
background-color css
<style>
a { background-color: #748B91; }
a { background-color: rgb(116,139,145); }
div.DivClassName
{
background-color: #748B91;
}
.BgClassName
{
background-color: #748B91;
}
</style>
border-color css
<style>
span { border-color: #748B91; }
span { border-color: rgb(116,139,145); }
td.TdClassName
{
border-color: #748B91;
}
.TagClassName
{
border-color: #748B91;
}
</style>