Shades of Gothic #738A92
Tints of Gothic #738A92
RGB
CMYK
RGB Variations
Color information
#738A92 (or 0x738A92) is known color: Gothic. HEX triplet: 73, 8A and 92. RGB value is (115,138,146). Sum of RGB (Red+Green+Blue) = 115+138+146=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #738A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A92 is #8C756D. Grayscale: #838383. Windows color (decimal): -9205102 or 9603699. OLE color: 9603699.
HSL color Cylindrical-coordinate representation of color #738A92: hue angle of 195.48º 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 #738A92 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 138 | 146 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.43 |
| HSL | 195.48º | 0.12% | 0.51% | - |
| HSV(B) | 195.48º | 0.21% | 0.57% | - |
| XYZ | 21.35 | 23.9 | 30.68 | - |
| YUV | 132.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 146 | 0.21 | 0.05 | 0 | 0.43 | 195.48 | 0.12 | 0.51 |
| Hex | 73 | 8A | 92 | 15 | 5 | 0 | 2B | C3 | C | 33 |
| Octal | 163 | 212 | 222 | 25 | 5 | 0 | 53 | 303 | 14 | 63 |
| Binary | 1110011 | 10001010 | 10010010 | 10101 | 101 | 0 | 101011 | 11000011 | 1100 | 110011 |
Color Harmonies of #738A92
Complementary color
Monochromatic Colors of #738A92
Black with #738A92
Text Example
Text Example
White with #738A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A92; }
p { color: rgb(115,138,146); }
H1.HeaderClassName
{
color: #738A92;
}
.AnyTagClassName
{
color: #738A92;
}
</style>
background-color css
<style>
a { background-color: #738A92; }
a { background-color: rgb(115,138,146); }
div.DivClassName
{
background-color: #738A92;
}
.BgClassName
{
background-color: #738A92;
}
</style>
border-color css
<style>
span { border-color: #738A92; }
span { border-color: rgb(115,138,146); }
td.TdClassName
{
border-color: #738A92;
}
.TagClassName
{
border-color: #738A92;
}
</style>