Shades of Gothic #738B95
Tints of Gothic #738B95
RGB
CMYK
RGB Variations
Color information
#738B95 (or 0x738B95) is known color: Gothic. HEX triplet: 73, 8B and 95. RGB value is (115,139,149). Sum of RGB (Red+Green+Blue) = 115+139+149=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #738B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B95 is #8C746A. Grayscale: #848484. Windows color (decimal): -9204843 or 9800563. OLE color: 9800563.
HSL color Cylindrical-coordinate representation of color #738B95: hue angle of 197.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738B95 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 139 | 149 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.42 |
| HSL | 197.65º | 0.14% | 0.52% | - |
| HSV(B) | 197.65º | 0.23% | 0.58% | - |
| XYZ | 21.73 | 24.28 | 31.98 | - |
| YUV | 132.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 149 | 0.23 | 0.07 | 0 | 0.42 | 197.65 | 0.14 | 0.52 |
| Hex | 73 | 8B | 95 | 17 | 7 | 0 | 2A | C6 | E | 34 |
| Octal | 163 | 213 | 225 | 27 | 7 | 0 | 52 | 306 | 16 | 64 |
| Binary | 1110011 | 10001011 | 10010101 | 10111 | 111 | 0 | 101010 | 11000110 | 1110 | 110100 |
Color Harmonies of #738B95
Complementary color
Monochromatic Colors of #738B95
Black with #738B95
Text Example
Text Example
White with #738B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B95; }
p { color: rgb(115,139,149); }
H1.HeaderClassName
{
color: #738B95;
}
.AnyTagClassName
{
color: #738B95;
}
</style>
background-color css
<style>
a { background-color: #738B95; }
a { background-color: rgb(115,139,149); }
div.DivClassName
{
background-color: #738B95;
}
.BgClassName
{
background-color: #738B95;
}
</style>
border-color css
<style>
span { border-color: #738B95; }
span { border-color: rgb(115,139,149); }
td.TdClassName
{
border-color: #738B95;
}
.TagClassName
{
border-color: #738B95;
}
</style>