Shades of Gothic #70858A
Tints of Gothic #70858A
RGB
CMYK
RGB Variations
Color information
#70858A (or 0x70858A) is known color: Gothic. HEX triplet: 70, 85 and 8A. RGB value is (112,133,138). Sum of RGB (Red+Green+Blue) = 112+133+138=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #70858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858A is #8F7A75. Grayscale: #7F7F7F. Windows color (decimal): -9402998 or 9078128. OLE color: 9078128.
HSL color Cylindrical-coordinate representation of color #70858A: hue angle of 191.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70858A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 133 | 138 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.46 |
| HSL | 191.54º | 0.1% | 0.49% | - |
| HSV(B) | 191.54º | 0.19% | 0.54% | - |
| XYZ | 19.66 | 22.05 | 27.27 | - |
| YUV | 127.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 138 | 0.19 | 0.04 | 0 | 0.46 | 191.54 | 0.1 | 0.49 |
| Hex | 70 | 85 | 8A | 13 | 4 | 0 | 2E | C0 | A | 31 |
| Octal | 160 | 205 | 212 | 23 | 4 | 0 | 56 | 300 | 12 | 61 |
| Binary | 1110000 | 10000101 | 10001010 | 10011 | 100 | 0 | 101110 | 11000000 | 1010 | 110001 |
Color Harmonies of #70858A
Complementary color
Monochromatic Colors of #70858A
Black with #70858A
Text Example
Text Example
White with #70858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70858A; }
p { color: rgb(112,133,138); }
H1.HeaderClassName
{
color: #70858A;
}
.AnyTagClassName
{
color: #70858A;
}
</style>
background-color css
<style>
a { background-color: #70858A; }
a { background-color: rgb(112,133,138); }
div.DivClassName
{
background-color: #70858A;
}
.BgClassName
{
background-color: #70858A;
}
</style>
border-color css
<style>
span { border-color: #70858A; }
span { border-color: rgb(112,133,138); }
td.TdClassName
{
border-color: #70858A;
}
.TagClassName
{
border-color: #70858A;
}
</style>