Shades of Comet #70707B
Tints of Comet #70707B
RGB
CMYK
RGB Variations
Color information
#70707B (or 0x70707B) is known color: Comet. HEX triplet: 70, 70 and 7B. RGB value is (112,112,123). Sum of RGB (Red+Green+Blue) = 112+112+123=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #70707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70707B is #8F8F84. Grayscale: #717171. Windows color (decimal): -9408389 or 8089712. OLE color: 8089712.
HSL color Cylindrical-coordinate representation of color #70707B: hue angle of 240º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70707B is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 112 | 123 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.52 |
| HSL | 240º | 0.05% | 0.46% | - |
| HSV(B) | 240º | 0.09% | 0.48% | - |
| XYZ | 16.05 | 16.46 | 21.07 | - |
| YUV | 113.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 123 | 0.09 | 0.09 | 0 | 0.52 | 240 | 0.05 | 0.46 |
| Hex | 70 | 70 | 7B | 9 | 9 | 0 | 34 | F0 | 5 | 2E |
| Octal | 160 | 160 | 173 | 11 | 11 | 0 | 64 | 360 | 5 | 56 |
| Binary | 1110000 | 1110000 | 1111011 | 1001 | 1001 | 0 | 110100 | 11110000 | 101 | 101110 |
Color Harmonies of #70707B
Complementary color
Monochromatic Colors of #70707B
Black with #70707B
Text Example
Text Example
White with #70707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70707B; }
p { color: rgb(112,112,123); }
H1.HeaderClassName
{
color: #70707B;
}
.AnyTagClassName
{
color: #70707B;
}
</style>
background-color css
<style>
a { background-color: #70707B; }
a { background-color: rgb(112,112,123); }
div.DivClassName
{
background-color: #70707B;
}
.BgClassName
{
background-color: #70707B;
}
</style>
border-color css
<style>
span { border-color: #70707B; }
span { border-color: rgb(112,112,123); }
td.TdClassName
{
border-color: #70707B;
}
.TagClassName
{
border-color: #70707B;
}
</style>