Shades of Gothic #708D92
Tints of Gothic #708D92
RGB
CMYK
RGB Variations
Color information
#708D92 (or 0x708D92) is known color: Gothic. HEX triplet: 70, 8D and 92. RGB value is (112,141,146). Sum of RGB (Red+Green+Blue) = 112+141+146=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 141 (55.47% from 255 or 35.34% 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 #708D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D92 is #8F726D. Grayscale: #848484. Windows color (decimal): -9400942 or 9604464. OLE color: 9604464.
HSL color Cylindrical-coordinate representation of color #708D92: hue angle of 188.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708D92 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 141 | 146 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.43 |
| HSL | 188.82º | 0.13% | 0.51% | - |
| HSV(B) | 188.82º | 0.23% | 0.57% | - |
| XYZ | 21.4 | 24.57 | 30.81 | - |
| YUV | 132.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 146 | 0.23 | 0.03 | 0 | 0.43 | 188.82 | 0.13 | 0.51 |
| Hex | 70 | 8D | 92 | 17 | 3 | 0 | 2B | BD | D | 33 |
| Octal | 160 | 215 | 222 | 27 | 3 | 0 | 53 | 275 | 15 | 63 |
| Binary | 1110000 | 10001101 | 10010010 | 10111 | 11 | 0 | 101011 | 10111101 | 1101 | 110011 |
Color Harmonies of #708D92
Complementary color
Monochromatic Colors of #708D92
Black with #708D92
Text Example
Text Example
White with #708D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D92; }
p { color: rgb(112,141,146); }
H1.HeaderClassName
{
color: #708D92;
}
.AnyTagClassName
{
color: #708D92;
}
</style>
background-color css
<style>
a { background-color: #708D92; }
a { background-color: rgb(112,141,146); }
div.DivClassName
{
background-color: #708D92;
}
.BgClassName
{
background-color: #708D92;
}
</style>
border-color css
<style>
span { border-color: #708D92; }
span { border-color: rgb(112,141,146); }
td.TdClassName
{
border-color: #708D92;
}
.TagClassName
{
border-color: #708D92;
}
</style>