Shades of Gothic #708B90
Tints of Gothic #708B90
RGB
CMYK
RGB Variations
Color information
#708B90 (or 0x708B90) is known color: Gothic. HEX triplet: 70, 8B and 90. RGB value is (112,139,144). Sum of RGB (Red+Green+Blue) = 112+139+144=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #708B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B90 is #8F746F. Grayscale: #838383. Windows color (decimal): -9401456 or 9472880. OLE color: 9472880.
HSL color Cylindrical-coordinate representation of color #708B90: hue angle of 189.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708B90 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 139 | 144 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.44 |
| HSL | 189.38º | 0.13% | 0.5% | - |
| HSV(B) | 189.38º | 0.22% | 0.56% | - |
| XYZ | 20.95 | 23.92 | 29.9 | - |
| YUV | 131.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 144 | 0.22 | 0.03 | 0 | 0.44 | 189.38 | 0.13 | 0.5 |
| Hex | 70 | 8B | 90 | 16 | 3 | 0 | 2C | BD | D | 32 |
| Octal | 160 | 213 | 220 | 26 | 3 | 0 | 54 | 275 | 15 | 62 |
| Binary | 1110000 | 10001011 | 10010000 | 10110 | 11 | 0 | 101100 | 10111101 | 1101 | 110010 |
Color Harmonies of #708B90
Complementary color
Monochromatic Colors of #708B90
Black with #708B90
Text Example
Text Example
White with #708B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B90; }
p { color: rgb(112,139,144); }
H1.HeaderClassName
{
color: #708B90;
}
.AnyTagClassName
{
color: #708B90;
}
</style>
background-color css
<style>
a { background-color: #708B90; }
a { background-color: rgb(112,139,144); }
div.DivClassName
{
background-color: #708B90;
}
.BgClassName
{
background-color: #708B90;
}
</style>
border-color css
<style>
span { border-color: #708B90; }
span { border-color: rgb(112,139,144); }
td.TdClassName
{
border-color: #708B90;
}
.TagClassName
{
border-color: #708B90;
}
</style>