Shades of Comet #707087
Tints of Comet #707087
RGB
CMYK
RGB Variations
Color information
#707087 (or 0x707087) is known color: Comet. HEX triplet: 70, 70 and 87. RGB value is (112,112,135). Sum of RGB (Red+Green+Blue) = 112+112+135=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #707087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707087 is #8F8F78. Grayscale: #727272. Windows color (decimal): -9408377 or 8876144. OLE color: 8876144.
HSL color Cylindrical-coordinate representation of color #707087: hue angle of 240º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707087 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 112 | 135 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.47 |
| HSL | 240º | 0.09% | 0.48% | - |
| HSV(B) | 240º | 0.17% | 0.53% | - |
| XYZ | 16.85 | 16.78 | 25.27 | - |
| YUV | 114.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 135 | 0.17 | 0.17 | 0 | 0.47 | 240 | 0.09 | 0.48 |
| Hex | 70 | 70 | 87 | 11 | 11 | 0 | 2F | F0 | 9 | 30 |
| Octal | 160 | 160 | 207 | 21 | 21 | 0 | 57 | 360 | 11 | 60 |
| Binary | 1110000 | 1110000 | 10000111 | 10001 | 10001 | 0 | 101111 | 11110000 | 1001 | 110000 |
Color Harmonies of #707087
Complementary color
Monochromatic Colors of #707087
Black with #707087
Text Example
Text Example
White with #707087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707087; }
p { color: rgb(112,112,135); }
H1.HeaderClassName
{
color: #707087;
}
.AnyTagClassName
{
color: #707087;
}
</style>
background-color css
<style>
a { background-color: #707087; }
a { background-color: rgb(112,112,135); }
div.DivClassName
{
background-color: #707087;
}
.BgClassName
{
background-color: #707087;
}
</style>
border-color css
<style>
span { border-color: #707087; }
span { border-color: rgb(112,112,135); }
td.TdClassName
{
border-color: #707087;
}
.TagClassName
{
border-color: #707087;
}
</style>