Shades of Gothic #708384
Tints of Gothic #708384
RGB
CMYK
RGB Variations
Color information
#708384 (or 0x708384) is known color: Gothic. HEX triplet: 70, 83 and 84. RGB value is (112,131,132). Sum of RGB (Red+Green+Blue) = 112+131+132=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #708384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708384 is #8F7C7B. Grayscale: #7D7D7D. Windows color (decimal): -9403516 or 8684400. OLE color: 8684400.
HSL color Cylindrical-coordinate representation of color #708384: hue angle of 183º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708384 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 131 | 132 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.48 |
| HSL | 183º | 0.08% | 0.48% | - |
| HSV(B) | 183º | 0.15% | 0.52% | - |
| XYZ | 18.96 | 21.34 | 24.95 | - |
| YUV | 125.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 132 | 0.15 | 0.01 | 0 | 0.48 | 183 | 0.08 | 0.48 |
| Hex | 70 | 83 | 84 | F | 1 | 0 | 30 | B7 | 8 | 30 |
| Octal | 160 | 203 | 204 | 17 | 1 | 0 | 60 | 267 | 10 | 60 |
| Binary | 1110000 | 10000011 | 10000100 | 1111 | 1 | 0 | 110000 | 10110111 | 1000 | 110000 |
Color Harmonies of #708384
Complementary color
Monochromatic Colors of #708384
Black with #708384
Text Example
Text Example
White with #708384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708384; }
p { color: rgb(112,131,132); }
H1.HeaderClassName
{
color: #708384;
}
.AnyTagClassName
{
color: #708384;
}
</style>
background-color css
<style>
a { background-color: #708384; }
a { background-color: rgb(112,131,132); }
div.DivClassName
{
background-color: #708384;
}
.BgClassName
{
background-color: #708384;
}
</style>
border-color css
<style>
span { border-color: #708384; }
span { border-color: rgb(112,131,132); }
td.TdClassName
{
border-color: #708384;
}
.TagClassName
{
border-color: #708384;
}
</style>