Shades of Comet #707088
Tints of Comet #707088
RGB
CMYK
RGB Variations
Color information
#707088 (or 0x707088) is known color: Comet. HEX triplet: 70, 70 and 88. RGB value is (112,112,136). Sum of RGB (Red+Green+Blue) = 112+112+136=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #707088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707088 is #8F8F77. Grayscale: #727272. Windows color (decimal): -9408376 or 8941680. OLE color: 8941680.
HSL color Cylindrical-coordinate representation of color #707088: hue angle of 240º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707088 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 112 | 136 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.47 |
| HSL | 240º | 0.1% | 0.49% | - |
| HSV(B) | 240º | 0.18% | 0.53% | - |
| XYZ | 16.92 | 16.81 | 25.65 | - |
| YUV | 114.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 136 | 0.18 | 0.18 | 0 | 0.47 | 240 | 0.1 | 0.49 |
| Hex | 70 | 70 | 88 | 12 | 12 | 0 | 2F | F0 | A | 31 |
| Octal | 160 | 160 | 210 | 22 | 22 | 0 | 57 | 360 | 12 | 61 |
| Binary | 1110000 | 1110000 | 10001000 | 10010 | 10010 | 0 | 101111 | 11110000 | 1010 | 110001 |
Color Harmonies of #707088
Complementary color
Monochromatic Colors of #707088
Black with #707088
Text Example
Text Example
White with #707088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707088; }
p { color: rgb(112,112,136); }
H1.HeaderClassName
{
color: #707088;
}
.AnyTagClassName
{
color: #707088;
}
</style>
background-color css
<style>
a { background-color: #707088; }
a { background-color: rgb(112,112,136); }
div.DivClassName
{
background-color: #707088;
}
.BgClassName
{
background-color: #707088;
}
</style>
border-color css
<style>
span { border-color: #707088; }
span { border-color: rgb(112,112,136); }
td.TdClassName
{
border-color: #707088;
}
.TagClassName
{
border-color: #707088;
}
</style>