Shades of Comet #70707C
Tints of Comet #70707C
RGB
CMYK
RGB Variations
Color information
#70707C (or 0x70707C) is known color: Comet. HEX triplet: 70, 70 and 7C. RGB value is (112,112,124). Sum of RGB (Red+Green+Blue) = 112+112+124=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #70707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70707C is #8F8F83. Grayscale: #717171. Windows color (decimal): -9408388 or 8155248. OLE color: 8155248.
HSL color Cylindrical-coordinate representation of color #70707C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70707C is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 112 | 124 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.51 |
| HSL | 240º | 0.05% | 0.46% | - |
| HSV(B) | 240º | 0.1% | 0.49% | - |
| XYZ | 16.11 | 16.49 | 21.4 | - |
| YUV | 113.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 124 | 0.10 | 0.10 | 0 | 0.51 | 240 | 0.05 | 0.46 |
| Hex | 70 | 70 | 7C | A | A | 0 | 33 | F0 | 5 | 2E |
| Octal | 160 | 160 | 174 | 12 | 12 | 0 | 63 | 360 | 5 | 56 |
| Binary | 1110000 | 1110000 | 1111100 | 1010 | 1010 | 0 | 110011 | 11110000 | 101 | 101110 |
Color Harmonies of #70707C
Complementary color
Monochromatic Colors of #70707C
Black with #70707C
Text Example
Text Example
White with #70707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70707C; }
p { color: rgb(112,112,124); }
H1.HeaderClassName
{
color: #70707C;
}
.AnyTagClassName
{
color: #70707C;
}
</style>
background-color css
<style>
a { background-color: #70707C; }
a { background-color: rgb(112,112,124); }
div.DivClassName
{
background-color: #70707C;
}
.BgClassName
{
background-color: #70707C;
}
</style>
border-color css
<style>
span { border-color: #70707C; }
span { border-color: rgb(112,112,124); }
td.TdClassName
{
border-color: #70707C;
}
.TagClassName
{
border-color: #70707C;
}
</style>