Shades of Gothic #748A8E
Tints of Gothic #748A8E
RGB
CMYK
RGB Variations
Color information
#748A8E (or 0x748A8E) is known color: Gothic. HEX triplet: 74, 8A and 8E. RGB value is (116,138,142). Sum of RGB (Red+Green+Blue) = 116+138+142=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #748A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A8E is #8B7571. Grayscale: #838383. Windows color (decimal): -9139570 or 9341556. OLE color: 9341556.
HSL color Cylindrical-coordinate representation of color #748A8E: hue angle of 189.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748A8E is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 138 | 142 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.44 |
| HSL | 189.23º | 0.1% | 0.51% | - |
| HSV(B) | 189.23º | 0.18% | 0.56% | - |
| XYZ | 21.17 | 23.84 | 29.08 | - |
| YUV | 131.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 142 | 0.18 | 0.03 | 0 | 0.44 | 189.23 | 0.1 | 0.51 |
| Hex | 74 | 8A | 8E | 12 | 3 | 0 | 2C | BD | A | 33 |
| Octal | 164 | 212 | 216 | 22 | 3 | 0 | 54 | 275 | 12 | 63 |
| Binary | 1110100 | 10001010 | 10001110 | 10010 | 11 | 0 | 101100 | 10111101 | 1010 | 110011 |
Color Harmonies of #748A8E
Complementary color
Monochromatic Colors of #748A8E
Black with #748A8E
Text Example
Text Example
White with #748A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A8E; }
p { color: rgb(116,138,142); }
H1.HeaderClassName
{
color: #748A8E;
}
.AnyTagClassName
{
color: #748A8E;
}
</style>
background-color css
<style>
a { background-color: #748A8E; }
a { background-color: rgb(116,138,142); }
div.DivClassName
{
background-color: #748A8E;
}
.BgClassName
{
background-color: #748A8E;
}
</style>
border-color css
<style>
span { border-color: #748A8E; }
span { border-color: rgb(116,138,142); }
td.TdClassName
{
border-color: #748A8E;
}
.TagClassName
{
border-color: #748A8E;
}
</style>