Shades of Comet #707073
Tints of Comet #707073
RGB
CMYK
RGB Variations
Color information
#707073 (or 0x707073) is known color: Comet. HEX triplet: 70, 70 and 73. RGB value is (112,112,115). Sum of RGB (Red+Green+Blue) = 112+112+115=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #707073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707073 is #8F8F8C. Grayscale: #707070. Windows color (decimal): -9408397 or 7565424. OLE color: 7565424.
HSL color Cylindrical-coordinate representation of color #707073: hue angle of 240º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #707073 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 112 | 115 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.55 |
| HSL | 240º | 0.01% | 0.45% | - |
| HSV(B) | 240º | 0.03% | 0.45% | - |
| XYZ | 15.57 | 16.27 | 18.54 | - |
| YUV | 112.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 115 | 0.03 | 0.03 | 0 | 0.55 | 240 | 0.01 | 0.45 |
| Hex | 70 | 70 | 73 | 3 | 3 | 0 | 37 | F0 | 1 | 2D |
| Octal | 160 | 160 | 163 | 3 | 3 | 0 | 67 | 360 | 1 | 55 |
| Binary | 1110000 | 1110000 | 1110011 | 11 | 11 | 0 | 110111 | 11110000 | 1 | 101101 |
Color Harmonies of #707073
Complementary color
Monochromatic Colors of #707073
Black with #707073
Text Example
Text Example
White with #707073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707073; }
p { color: rgb(112,112,115); }
H1.HeaderClassName
{
color: #707073;
}
.AnyTagClassName
{
color: #707073;
}
</style>
background-color css
<style>
a { background-color: #707073; }
a { background-color: rgb(112,112,115); }
div.DivClassName
{
background-color: #707073;
}
.BgClassName
{
background-color: #707073;
}
</style>
border-color css
<style>
span { border-color: #707073; }
span { border-color: rgb(112,112,115); }
td.TdClassName
{
border-color: #707073;
}
.TagClassName
{
border-color: #707073;
}
</style>