Shades of Gothic #708792
Tints of Gothic #708792
RGB
CMYK
RGB Variations
Color information
#708792 (or 0x708792) is known color: Gothic. HEX triplet: 70, 87 and 92. RGB value is (112,135,146). Sum of RGB (Red+Green+Blue) = 112+135+146=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #708792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708792 is #8F786D. Grayscale: #818181. Windows color (decimal): -9402478 or 9602928. OLE color: 9602928.
HSL color Cylindrical-coordinate representation of color #708792: hue angle of 199.41º 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 #708792 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 135 | 146 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.43 |
| HSL | 199.41º | 0.13% | 0.51% | - |
| HSV(B) | 199.41º | 0.23% | 0.57% | - |
| XYZ | 20.53 | 22.85 | 30.52 | - |
| YUV | 129.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 146 | 0.23 | 0.08 | 0 | 0.43 | 199.41 | 0.13 | 0.51 |
| Hex | 70 | 87 | 92 | 17 | 8 | 0 | 2B | C7 | D | 33 |
| Octal | 160 | 207 | 222 | 27 | 10 | 0 | 53 | 307 | 15 | 63 |
| Binary | 1110000 | 10000111 | 10010010 | 10111 | 1000 | 0 | 101011 | 11000111 | 1101 | 110011 |
Color Harmonies of #708792
Complementary color
Monochromatic Colors of #708792
Black with #708792
Text Example
Text Example
White with #708792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708792; }
p { color: rgb(112,135,146); }
H1.HeaderClassName
{
color: #708792;
}
.AnyTagClassName
{
color: #708792;
}
</style>
background-color css
<style>
a { background-color: #708792; }
a { background-color: rgb(112,135,146); }
div.DivClassName
{
background-color: #708792;
}
.BgClassName
{
background-color: #708792;
}
</style>
border-color css
<style>
span { border-color: #708792; }
span { border-color: rgb(112,135,146); }
td.TdClassName
{
border-color: #708792;
}
.TagClassName
{
border-color: #708792;
}
</style>