Shades of Cosmic #7E606E
Tints of Cosmic #7E606E
RGB
CMYK
RGB Variations
Color information
#7E606E (or 0x7E606E) is known color: Cosmic. HEX triplet: 7E, 60 and 6E. RGB value is (126,96,110). Sum of RGB (Red+Green+Blue) = 126+96+110=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E606E is #819F91. Grayscale: #6A6A6A. Windows color (decimal): -8494994 or 7233662. OLE color: 7233662.
HSL color Cylindrical-coordinate representation of color #7E606E: hue angle of 332º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E606E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 110 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.51 |
| HSL | 332º | 0.14% | 0.44% | - |
| HSV(B) | 332º | 0.24% | 0.49% | - |
| XYZ | 15.6 | 13.93 | 16.62 | - |
| YUV | 106.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 110 | 0 | 0.24 | 0.13 | 0.51 | 332 | 0.14 | 0.44 |
| Hex | 7E | 60 | 6E | 0 | 18 | D | 33 | 14C | E | 2C |
| Octal | 176 | 140 | 156 | 0 | 30 | 15 | 63 | 514 | 16 | 54 |
| Binary | 1111110 | 1100000 | 1101110 | 0 | 11000 | 1101 | 110011 | 101001100 | 1110 | 101100 |
Color Harmonies of #7E606E
Complementary color
Monochromatic Colors of #7E606E
Black with #7E606E
Text Example
Text Example
White with #7E606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E606E; }
p { color: rgb(126,96,110); }
H1.HeaderClassName
{
color: #7E606E;
}
.AnyTagClassName
{
color: #7E606E;
}
</style>
background-color css
<style>
a { background-color: #7E606E; }
a { background-color: rgb(126,96,110); }
div.DivClassName
{
background-color: #7E606E;
}
.BgClassName
{
background-color: #7E606E;
}
</style>
border-color css
<style>
span { border-color: #7E606E; }
span { border-color: rgb(126,96,110); }
td.TdClassName
{
border-color: #7E606E;
}
.TagClassName
{
border-color: #7E606E;
}
</style>