Shades of Gothic #748A92
Tints of Gothic #748A92
RGB
CMYK
RGB Variations
Color information
#748A92 (or 0x748A92) is known color: Gothic. HEX triplet: 74, 8A and 92. RGB value is (116,138,146). Sum of RGB (Red+Green+Blue) = 116+138+146=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #748A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A92 is #8B756D. Grayscale: #848484. Windows color (decimal): -9139566 or 9603700. OLE color: 9603700.
HSL color Cylindrical-coordinate representation of color #748A92: hue angle of 196º 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 #748A92 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 138 | 146 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.43 |
| HSL | 196º | 0.12% | 0.51% | - |
| HSV(B) | 196º | 0.21% | 0.57% | - |
| XYZ | 21.48 | 23.97 | 30.69 | - |
| YUV | 132.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 146 | 0.21 | 0.05 | 0 | 0.43 | 196 | 0.12 | 0.51 |
| Hex | 74 | 8A | 92 | 15 | 5 | 0 | 2B | C4 | C | 33 |
| Octal | 164 | 212 | 222 | 25 | 5 | 0 | 53 | 304 | 14 | 63 |
| Binary | 1110100 | 10001010 | 10010010 | 10101 | 101 | 0 | 101011 | 11000100 | 1100 | 110011 |
Color Harmonies of #748A92
Complementary color
Monochromatic Colors of #748A92
Black with #748A92
Text Example
Text Example
White with #748A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A92; }
p { color: rgb(116,138,146); }
H1.HeaderClassName
{
color: #748A92;
}
.AnyTagClassName
{
color: #748A92;
}
</style>
background-color css
<style>
a { background-color: #748A92; }
a { background-color: rgb(116,138,146); }
div.DivClassName
{
background-color: #748A92;
}
.BgClassName
{
background-color: #748A92;
}
</style>
border-color css
<style>
span { border-color: #748A92; }
span { border-color: rgb(116,138,146); }
td.TdClassName
{
border-color: #748A92;
}
.TagClassName
{
border-color: #748A92;
}
</style>