Shades of Gothic #708B8F
Tints of Gothic #708B8F
RGB
CMYK
RGB Variations
Color information
#708B8F (or 0x708B8F) is known color: Gothic. HEX triplet: 70, 8B and 8F. RGB value is (112,139,143). Sum of RGB (Red+Green+Blue) = 112+139+143=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #708B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B8F is #8F7470. Grayscale: #838383. Windows color (decimal): -9401457 or 9407344. OLE color: 9407344.
HSL color Cylindrical-coordinate representation of color #708B8F: hue angle of 187.74º degrees, saturation: 0.12, 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 #708B8F is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 139 | 143 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.44 |
| HSL | 187.74º | 0.12% | 0.5% | - |
| HSV(B) | 187.74º | 0.22% | 0.56% | - |
| XYZ | 20.87 | 23.89 | 29.5 | - |
| YUV | 131.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 143 | 0.22 | 0.03 | 0 | 0.44 | 187.74 | 0.12 | 0.5 |
| Hex | 70 | 8B | 8F | 16 | 3 | 0 | 2C | BC | C | 32 |
| Octal | 160 | 213 | 217 | 26 | 3 | 0 | 54 | 274 | 14 | 62 |
| Binary | 1110000 | 10001011 | 10001111 | 10110 | 11 | 0 | 101100 | 10111100 | 1100 | 110010 |
Color Harmonies of #708B8F
Complementary color
Monochromatic Colors of #708B8F
Black with #708B8F
Text Example
Text Example
White with #708B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B8F; }
p { color: rgb(112,139,143); }
H1.HeaderClassName
{
color: #708B8F;
}
.AnyTagClassName
{
color: #708B8F;
}
</style>
background-color css
<style>
a { background-color: #708B8F; }
a { background-color: rgb(112,139,143); }
div.DivClassName
{
background-color: #708B8F;
}
.BgClassName
{
background-color: #708B8F;
}
</style>
border-color css
<style>
span { border-color: #708B8F; }
span { border-color: rgb(112,139,143); }
td.TdClassName
{
border-color: #708B8F;
}
.TagClassName
{
border-color: #708B8F;
}
</style>