Shades of Gothic #708485
Tints of Gothic #708485
RGB
CMYK
RGB Variations
Color information
#708485 (or 0x708485) is known color: Gothic. HEX triplet: 70, 84 and 85. RGB value is (112,132,133). Sum of RGB (Red+Green+Blue) = 112+132+133=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #708485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708485 is #8F7B7A. Grayscale: #7E7E7E. Windows color (decimal): -9403259 or 8750192. OLE color: 8750192.
HSL color Cylindrical-coordinate representation of color #708485: hue angle of 182.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708485 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 133 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.48 |
| HSL | 182.86º | 0.09% | 0.48% | - |
| HSV(B) | 182.86º | 0.16% | 0.52% | - |
| XYZ | 19.17 | 21.64 | 25.36 | - |
| YUV | 126.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 133 | 0.16 | 0.01 | 0 | 0.48 | 182.86 | 0.09 | 0.48 |
| Hex | 70 | 84 | 85 | 10 | 1 | 0 | 30 | B7 | 9 | 30 |
| Octal | 160 | 204 | 205 | 20 | 1 | 0 | 60 | 267 | 11 | 60 |
| Binary | 1110000 | 10000100 | 10000101 | 10000 | 1 | 0 | 110000 | 10110111 | 1001 | 110000 |
Color Harmonies of #708485
Complementary color
Monochromatic Colors of #708485
Black with #708485
Text Example
Text Example
White with #708485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708485; }
p { color: rgb(112,132,133); }
H1.HeaderClassName
{
color: #708485;
}
.AnyTagClassName
{
color: #708485;
}
</style>
background-color css
<style>
a { background-color: #708485; }
a { background-color: rgb(112,132,133); }
div.DivClassName
{
background-color: #708485;
}
.BgClassName
{
background-color: #708485;
}
</style>
border-color css
<style>
span { border-color: #708485; }
span { border-color: rgb(112,132,133); }
td.TdClassName
{
border-color: #708485;
}
.TagClassName
{
border-color: #708485;
}
</style>