Shades of Gothic #708C8F
Tints of Gothic #708C8F
RGB
CMYK
RGB Variations
Color information
#708C8F (or 0x708C8F) is known color: Gothic. HEX triplet: 70, 8C and 8F. RGB value is (112,140,143). Sum of RGB (Red+Green+Blue) = 112+140+143=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #708C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C8F is #8F7370. Grayscale: #838383. Windows color (decimal): -9401201 or 9407600. OLE color: 9407600.
HSL color Cylindrical-coordinate representation of color #708C8F: hue angle of 185.81º 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 #708C8F is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 140 | 143 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.44 |
| HSL | 185.81º | 0.12% | 0.5% | - |
| HSV(B) | 185.81º | 0.22% | 0.56% | - |
| XYZ | 21.02 | 24.18 | 29.55 | - |
| YUV | 131.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 143 | 0.22 | 0.02 | 0 | 0.44 | 185.81 | 0.12 | 0.5 |
| Hex | 70 | 8C | 8F | 16 | 2 | 0 | 2C | BA | C | 32 |
| Octal | 160 | 214 | 217 | 26 | 2 | 0 | 54 | 272 | 14 | 62 |
| Binary | 1110000 | 10001100 | 10001111 | 10110 | 10 | 0 | 101100 | 10111010 | 1100 | 110010 |
Color Harmonies of #708C8F
Complementary color
Monochromatic Colors of #708C8F
Black with #708C8F
Text Example
Text Example
White with #708C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C8F; }
p { color: rgb(112,140,143); }
H1.HeaderClassName
{
color: #708C8F;
}
.AnyTagClassName
{
color: #708C8F;
}
</style>
background-color css
<style>
a { background-color: #708C8F; }
a { background-color: rgb(112,140,143); }
div.DivClassName
{
background-color: #708C8F;
}
.BgClassName
{
background-color: #708C8F;
}
</style>
border-color css
<style>
span { border-color: #708C8F; }
span { border-color: rgb(112,140,143); }
td.TdClassName
{
border-color: #708C8F;
}
.TagClassName
{
border-color: #708C8F;
}
</style>