Shades of Gothic #738A8D
Tints of Gothic #738A8D
RGB
CMYK
RGB Variations
Color information
#738A8D (or 0x738A8D) is known color: Gothic. HEX triplet: 73, 8A and 8D. RGB value is (115,138,141). Sum of RGB (Red+Green+Blue) = 115+138+141=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #738A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A8D is #8C7572. Grayscale: #838383. Windows color (decimal): -9205107 or 9276019. OLE color: 9276019.
HSL color Cylindrical-coordinate representation of color #738A8D: hue angle of 186.92º 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 #738A8D is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 138 | 141 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.45 |
| HSL | 186.92º | 0.1% | 0.5% | - |
| HSV(B) | 186.92º | 0.18% | 0.55% | - |
| XYZ | 20.97 | 23.74 | 28.68 | - |
| YUV | 131.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 141 | 0.18 | 0.02 | 0 | 0.45 | 186.92 | 0.1 | 0.5 |
| Hex | 73 | 8A | 8D | 12 | 2 | 0 | 2D | BB | A | 32 |
| Octal | 163 | 212 | 215 | 22 | 2 | 0 | 55 | 273 | 12 | 62 |
| Binary | 1110011 | 10001010 | 10001101 | 10010 | 10 | 0 | 101101 | 10111011 | 1010 | 110010 |
Color Harmonies of #738A8D
Complementary color
Monochromatic Colors of #738A8D
Black with #738A8D
Text Example
Text Example
White with #738A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A8D; }
p { color: rgb(115,138,141); }
H1.HeaderClassName
{
color: #738A8D;
}
.AnyTagClassName
{
color: #738A8D;
}
</style>
background-color css
<style>
a { background-color: #738A8D; }
a { background-color: rgb(115,138,141); }
div.DivClassName
{
background-color: #738A8D;
}
.BgClassName
{
background-color: #738A8D;
}
</style>
border-color css
<style>
span { border-color: #738A8D; }
span { border-color: rgb(115,138,141); }
td.TdClassName
{
border-color: #738A8D;
}
.TagClassName
{
border-color: #738A8D;
}
</style>