Shades of Gothic #708283
Tints of Gothic #708283
RGB
CMYK
RGB Variations
Color information
#708283 (or 0x708283) is known color: Gothic. HEX triplet: 70, 82 and 83. RGB value is (112,130,131). Sum of RGB (Red+Green+Blue) = 112+130+131=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #708283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708283 is #8F7D7C. Grayscale: #7C7C7C. Windows color (decimal): -9403773 or 8618608. OLE color: 8618608.
HSL color Cylindrical-coordinate representation of color #708283: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708283 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 131 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.49 |
| HSL | 183.16º | 0.08% | 0.48% | - |
| HSV(B) | 183.16º | 0.15% | 0.51% | - |
| XYZ | 18.76 | 21.05 | 24.55 | - |
| YUV | 124.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 131 | 0.15 | 0.01 | 0 | 0.49 | 183.16 | 0.08 | 0.48 |
| Hex | 70 | 82 | 83 | F | 1 | 0 | 31 | B7 | 8 | 30 |
| Octal | 160 | 202 | 203 | 17 | 1 | 0 | 61 | 267 | 10 | 60 |
| Binary | 1110000 | 10000010 | 10000011 | 1111 | 1 | 0 | 110001 | 10110111 | 1000 | 110000 |
Color Harmonies of #708283
Complementary color
Monochromatic Colors of #708283
Black with #708283
Text Example
Text Example
White with #708283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708283; }
p { color: rgb(112,130,131); }
H1.HeaderClassName
{
color: #708283;
}
.AnyTagClassName
{
color: #708283;
}
</style>
background-color css
<style>
a { background-color: #708283; }
a { background-color: rgb(112,130,131); }
div.DivClassName
{
background-color: #708283;
}
.BgClassName
{
background-color: #708283;
}
</style>
border-color css
<style>
span { border-color: #708283; }
span { border-color: rgb(112,130,131); }
td.TdClassName
{
border-color: #708283;
}
.TagClassName
{
border-color: #708283;
}
</style>