Shades of Cosmic #7C5A68
Tints of Cosmic #7C5A68
RGB
CMYK
RGB Variations
Color information
#7C5A68 (or 0x7C5A68) is known color: Cosmic. HEX triplet: 7C, 5A and 68. RGB value is (124,90,104). Sum of RGB (Red+Green+Blue) = 124+90+104=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A68 is #83A597. Grayscale: #656565. Windows color (decimal): -8627608 or 6838908. OLE color: 6838908.
HSL color Cylindrical-coordinate representation of color #7C5A68: hue angle of 335.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5A68 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 104 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.51 |
| HSL | 335.29º | 0.16% | 0.42% | - |
| HSV(B) | 335.29º | 0.27% | 0.49% | - |
| XYZ | 14.47 | 12.6 | 14.77 | - |
| YUV | 101.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 104 | 0 | 0.27 | 0.16 | 0.51 | 335.29 | 0.16 | 0.42 |
| Hex | 7C | 5A | 68 | 0 | 1B | 10 | 33 | 14F | 10 | 2A |
| Octal | 174 | 132 | 150 | 0 | 33 | 20 | 63 | 517 | 20 | 52 |
| Binary | 1111100 | 1011010 | 1101000 | 0 | 11011 | 10000 | 110011 | 101001111 | 10000 | 101010 |
Color Harmonies of #7C5A68
Complementary color
Monochromatic Colors of #7C5A68
Black with #7C5A68
Text Example
Text Example
White with #7C5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A68; }
p { color: rgb(124,90,104); }
H1.HeaderClassName
{
color: #7C5A68;
}
.AnyTagClassName
{
color: #7C5A68;
}
</style>
background-color css
<style>
a { background-color: #7C5A68; }
a { background-color: rgb(124,90,104); }
div.DivClassName
{
background-color: #7C5A68;
}
.BgClassName
{
background-color: #7C5A68;
}
</style>
border-color css
<style>
span { border-color: #7C5A68; }
span { border-color: rgb(124,90,104); }
td.TdClassName
{
border-color: #7C5A68;
}
.TagClassName
{
border-color: #7C5A68;
}
</style>