Shades of Comet #70707D
Tints of Comet #70707D
RGB
CMYK
RGB Variations
Color information
#70707D (or 0x70707D) is known color: Comet. HEX triplet: 70, 70 and 7D. RGB value is (112,112,125). Sum of RGB (Red+Green+Blue) = 112+112+125=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #70707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70707D is #8F8F82. Grayscale: #717171. Windows color (decimal): -9408387 or 8220784. OLE color: 8220784.
HSL color Cylindrical-coordinate representation of color #70707D: 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 #70707D is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 112 | 125 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.51 |
| HSL | 240º | 0.05% | 0.46% | - |
| HSV(B) | 240º | 0.1% | 0.49% | - |
| XYZ | 16.18 | 16.51 | 21.74 | - |
| YUV | 113.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 125 | 0.10 | 0.10 | 0 | 0.51 | 240 | 0.05 | 0.46 |
| Hex | 70 | 70 | 7D | A | A | 0 | 33 | F0 | 5 | 2E |
| Octal | 160 | 160 | 175 | 12 | 12 | 0 | 63 | 360 | 5 | 56 |
| Binary | 1110000 | 1110000 | 1111101 | 1010 | 1010 | 0 | 110011 | 11110000 | 101 | 101110 |
Color Harmonies of #70707D
Complementary color
Monochromatic Colors of #70707D
Black with #70707D
Text Example
Text Example
White with #70707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70707D; }
p { color: rgb(112,112,125); }
H1.HeaderClassName
{
color: #70707D;
}
.AnyTagClassName
{
color: #70707D;
}
</style>
background-color css
<style>
a { background-color: #70707D; }
a { background-color: rgb(112,112,125); }
div.DivClassName
{
background-color: #70707D;
}
.BgClassName
{
background-color: #70707D;
}
</style>
border-color css
<style>
span { border-color: #70707D; }
span { border-color: rgb(112,112,125); }
td.TdClassName
{
border-color: #70707D;
}
.TagClassName
{
border-color: #70707D;
}
</style>