Shades of Gothic #748A8D
Tints of Gothic #748A8D
RGB
CMYK
RGB Variations
Color information
#748A8D (or 0x748A8D) is known color: Gothic. HEX triplet: 74, 8A and 8D. RGB value is (116,138,141). Sum of RGB (Red+Green+Blue) = 116+138+141=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #748A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A8D is #8B7572. Grayscale: #838383. Windows color (decimal): -9139571 or 9276020. OLE color: 9276020.
HSL color Cylindrical-coordinate representation of color #748A8D: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748A8D is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 138 | 141 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.45 |
| HSL | 187.2º | 0.1% | 0.5% | - |
| HSV(B) | 187.2º | 0.18% | 0.55% | - |
| XYZ | 21.1 | 23.81 | 28.68 | - |
| YUV | 131.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 141 | 0.18 | 0.02 | 0 | 0.45 | 187.2 | 0.1 | 0.5 |
| Hex | 74 | 8A | 8D | 12 | 2 | 0 | 2D | BB | A | 32 |
| Octal | 164 | 212 | 215 | 22 | 2 | 0 | 55 | 273 | 12 | 62 |
| Binary | 1110100 | 10001010 | 10001101 | 10010 | 10 | 0 | 101101 | 10111011 | 1010 | 110010 |
Color Harmonies of #748A8D
Complementary color
Monochromatic Colors of #748A8D
Black with #748A8D
Text Example
Text Example
White with #748A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A8D; }
p { color: rgb(116,138,141); }
H1.HeaderClassName
{
color: #748A8D;
}
.AnyTagClassName
{
color: #748A8D;
}
</style>
background-color css
<style>
a { background-color: #748A8D; }
a { background-color: rgb(116,138,141); }
div.DivClassName
{
background-color: #748A8D;
}
.BgClassName
{
background-color: #748A8D;
}
</style>
border-color css
<style>
span { border-color: #748A8D; }
span { border-color: rgb(116,138,141); }
td.TdClassName
{
border-color: #748A8D;
}
.TagClassName
{
border-color: #748A8D;
}
</style>