Shades of Cosmic #7C6070
Tints of Cosmic #7C6070
RGB
CMYK
RGB Variations
Color information
#7C6070 (or 0x7C6070) is known color: Cosmic. HEX triplet: 7C, 60 and 70. RGB value is (124,96,112). Sum of RGB (Red+Green+Blue) = 124+96+112=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6070 is #839F8F. Grayscale: #6A6A6A. Windows color (decimal): -8626064 or 7364732. OLE color: 7364732.
HSL color Cylindrical-coordinate representation of color #7C6070: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C6070 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 112 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.51 |
| HSL | 325.71º | 0.13% | 0.43% | - |
| HSV(B) | 325.71º | 0.23% | 0.49% | - |
| XYZ | 15.42 | 13.82 | 17.18 | - |
| YUV | 106.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 112 | 0 | 0.23 | 0.10 | 0.51 | 325.71 | 0.13 | 0.43 |
| Hex | 7C | 60 | 70 | 0 | 17 | A | 33 | 146 | D | 2B |
| Octal | 174 | 140 | 160 | 0 | 27 | 12 | 63 | 506 | 15 | 53 |
| Binary | 1111100 | 1100000 | 1110000 | 0 | 10111 | 1010 | 110011 | 101000110 | 1101 | 101011 |
Color Harmonies of #7C6070
Complementary color
Monochromatic Colors of #7C6070
Black with #7C6070
Text Example
Text Example
White with #7C6070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6070; }
p { color: rgb(124,96,112); }
H1.HeaderClassName
{
color: #7C6070;
}
.AnyTagClassName
{
color: #7C6070;
}
</style>
background-color css
<style>
a { background-color: #7C6070; }
a { background-color: rgb(124,96,112); }
div.DivClassName
{
background-color: #7C6070;
}
.BgClassName
{
background-color: #7C6070;
}
</style>
border-color css
<style>
span { border-color: #7C6070; }
span { border-color: rgb(124,96,112); }
td.TdClassName
{
border-color: #7C6070;
}
.TagClassName
{
border-color: #7C6070;
}
</style>