Shades of Gothic #708B91
Tints of Gothic #708B91
RGB
CMYK
RGB Variations
Color information
#708B91 (or 0x708B91) is known color: Gothic. HEX triplet: 70, 8B and 91. RGB value is (112,139,145). Sum of RGB (Red+Green+Blue) = 112+139+145=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #708B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B91 is #8F746E. Grayscale: #838383. Windows color (decimal): -9401455 or 9538416. OLE color: 9538416.
HSL color Cylindrical-coordinate representation of color #708B91: hue angle of 190.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708B91 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 139 | 145 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.43 |
| HSL | 190.91º | 0.13% | 0.5% | - |
| HSV(B) | 190.91º | 0.23% | 0.57% | - |
| XYZ | 21.03 | 23.95 | 30.3 | - |
| YUV | 131.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 145 | 0.23 | 0.04 | 0 | 0.43 | 190.91 | 0.13 | 0.5 |
| Hex | 70 | 8B | 91 | 17 | 4 | 0 | 2B | BF | D | 32 |
| Octal | 160 | 213 | 221 | 27 | 4 | 0 | 53 | 277 | 15 | 62 |
| Binary | 1110000 | 10001011 | 10010001 | 10111 | 100 | 0 | 101011 | 10111111 | 1101 | 110010 |
Color Harmonies of #708B91
Complementary color
Monochromatic Colors of #708B91
Black with #708B91
Text Example
Text Example
White with #708B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B91; }
p { color: rgb(112,139,145); }
H1.HeaderClassName
{
color: #708B91;
}
.AnyTagClassName
{
color: #708B91;
}
</style>
background-color css
<style>
a { background-color: #708B91; }
a { background-color: rgb(112,139,145); }
div.DivClassName
{
background-color: #708B91;
}
.BgClassName
{
background-color: #708B91;
}
</style>
border-color css
<style>
span { border-color: #708B91; }
span { border-color: rgb(112,139,145); }
td.TdClassName
{
border-color: #708B91;
}
.TagClassName
{
border-color: #708B91;
}
</style>