Shades of Gothic #738A8E
Tints of Gothic #738A8E
RGB
CMYK
RGB Variations
Color information
#738A8E (or 0x738A8E) is known color: Gothic. HEX triplet: 73, 8A and 8E. RGB value is (115,138,142). Sum of RGB (Red+Green+Blue) = 115+138+142=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #738A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A8E is #8C7571. Grayscale: #838383. Windows color (decimal): -9205106 or 9341555. OLE color: 9341555.
HSL color Cylindrical-coordinate representation of color #738A8E: hue angle of 188.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738A8E is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 138 | 142 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.44 |
| HSL | 188.89º | 0.11% | 0.5% | - |
| HSV(B) | 188.89º | 0.19% | 0.56% | - |
| XYZ | 21.04 | 23.77 | 29.07 | - |
| YUV | 131.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 142 | 0.19 | 0.03 | 0 | 0.44 | 188.89 | 0.11 | 0.5 |
| Hex | 73 | 8A | 8E | 13 | 3 | 0 | 2C | BD | B | 32 |
| Octal | 163 | 212 | 216 | 23 | 3 | 0 | 54 | 275 | 13 | 62 |
| Binary | 1110011 | 10001010 | 10001110 | 10011 | 11 | 0 | 101100 | 10111101 | 1011 | 110010 |
Color Harmonies of #738A8E
Complementary color
Monochromatic Colors of #738A8E
Black with #738A8E
Text Example
Text Example
White with #738A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A8E; }
p { color: rgb(115,138,142); }
H1.HeaderClassName
{
color: #738A8E;
}
.AnyTagClassName
{
color: #738A8E;
}
</style>
background-color css
<style>
a { background-color: #738A8E; }
a { background-color: rgb(115,138,142); }
div.DivClassName
{
background-color: #738A8E;
}
.BgClassName
{
background-color: #738A8E;
}
</style>
border-color css
<style>
span { border-color: #738A8E; }
span { border-color: rgb(115,138,142); }
td.TdClassName
{
border-color: #738A8E;
}
.TagClassName
{
border-color: #738A8E;
}
</style>