Shades of Cosmic #7E5C68
Tints of Cosmic #7E5C68
RGB
CMYK
RGB Variations
Color information
#7E5C68 (or 0x7E5C68) is known color: Cosmic. HEX triplet: 7E, 5C and 68. RGB value is (126,92,104). Sum of RGB (Red+Green+Blue) = 126+92+104=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C68 is #81A397. Grayscale: #676767. Windows color (decimal): -8496024 or 6839422. OLE color: 6839422.
HSL color Cylindrical-coordinate representation of color #7E5C68: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E5C68 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 104 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.51 |
| HSL | 338.82º | 0.16% | 0.43% | - |
| HSV(B) | 338.82º | 0.27% | 0.49% | - |
| XYZ | 14.93 | 13.09 | 14.84 | - |
| YUV | 103.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 104 | 0 | 0.27 | 0.17 | 0.51 | 338.82 | 0.16 | 0.43 |
| Hex | 7E | 5C | 68 | 0 | 1B | 11 | 33 | 153 | 10 | 2B |
| Octal | 176 | 134 | 150 | 0 | 33 | 21 | 63 | 523 | 20 | 53 |
| Binary | 1111110 | 1011100 | 1101000 | 0 | 11011 | 10001 | 110011 | 101010011 | 10000 | 101011 |
Color Harmonies of #7E5C68
Complementary color
Monochromatic Colors of #7E5C68
Black with #7E5C68
Text Example
Text Example
White with #7E5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C68; }
p { color: rgb(126,92,104); }
H1.HeaderClassName
{
color: #7E5C68;
}
.AnyTagClassName
{
color: #7E5C68;
}
</style>
background-color css
<style>
a { background-color: #7E5C68; }
a { background-color: rgb(126,92,104); }
div.DivClassName
{
background-color: #7E5C68;
}
.BgClassName
{
background-color: #7E5C68;
}
</style>
border-color css
<style>
span { border-color: #7E5C68; }
span { border-color: rgb(126,92,104); }
td.TdClassName
{
border-color: #7E5C68;
}
.TagClassName
{
border-color: #7E5C68;
}
</style>