Shades of Gothic #738D92
Tints of Gothic #738D92
RGB
CMYK
RGB Variations
Color information
#738D92 (or 0x738D92) is known color: Gothic. HEX triplet: 73, 8D and 92. RGB value is (115,141,146). Sum of RGB (Red+Green+Blue) = 115+141+146=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #738D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D92 is #8C726D. Grayscale: #858585. Windows color (decimal): -9204334 or 9604467. OLE color: 9604467.
HSL color Cylindrical-coordinate representation of color #738D92: hue angle of 189.68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738D92 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 141 | 146 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.43 |
| HSL | 189.68º | 0.12% | 0.51% | - |
| HSV(B) | 189.68º | 0.21% | 0.57% | - |
| XYZ | 21.78 | 24.77 | 30.83 | - |
| YUV | 133.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 146 | 0.21 | 0.03 | 0 | 0.43 | 189.68 | 0.12 | 0.51 |
| Hex | 73 | 8D | 92 | 15 | 3 | 0 | 2B | BE | C | 33 |
| Octal | 163 | 215 | 222 | 25 | 3 | 0 | 53 | 276 | 14 | 63 |
| Binary | 1110011 | 10001101 | 10010010 | 10101 | 11 | 0 | 101011 | 10111110 | 1100 | 110011 |
Color Harmonies of #738D92
Complementary color
Monochromatic Colors of #738D92
Black with #738D92
Text Example
Text Example
White with #738D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D92; }
p { color: rgb(115,141,146); }
H1.HeaderClassName
{
color: #738D92;
}
.AnyTagClassName
{
color: #738D92;
}
</style>
background-color css
<style>
a { background-color: #738D92; }
a { background-color: rgb(115,141,146); }
div.DivClassName
{
background-color: #738D92;
}
.BgClassName
{
background-color: #738D92;
}
</style>
border-color css
<style>
span { border-color: #738D92; }
span { border-color: rgb(115,141,146); }
td.TdClassName
{
border-color: #738D92;
}
.TagClassName
{
border-color: #738D92;
}
</style>