Shades of Cosmic #7C5669
Tints of Cosmic #7C5669
RGB
CMYK
RGB Variations
Color information
#7C5669 (or 0x7C5669) is known color: Cosmic. HEX triplet: 7C, 56 and 69. RGB value is (124,86,105). Sum of RGB (Red+Green+Blue) = 124+86+105=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5669 is #83A996. Grayscale: #636363. Windows color (decimal): -8628631 or 6903420. OLE color: 6903420.
HSL color Cylindrical-coordinate representation of color #7C5669: hue angle of 330º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5669 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 105 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.51 |
| HSL | 330º | 0.18% | 0.41% | - |
| HSV(B) | 330º | 0.31% | 0.49% | - |
| XYZ | 14.19 | 11.96 | 14.93 | - |
| YUV | 99.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 105 | 0 | 0.31 | 0.15 | 0.51 | 330 | 0.18 | 0.41 |
| Hex | 7C | 56 | 69 | 0 | 1F | F | 33 | 14A | 12 | 29 |
| Octal | 174 | 126 | 151 | 0 | 37 | 17 | 63 | 512 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1101001 | 0 | 11111 | 1111 | 110011 | 101001010 | 10010 | 101001 |
Color Harmonies of #7C5669
Complementary color
Monochromatic Colors of #7C5669
Black with #7C5669
Text Example
Text Example
White with #7C5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5669; }
p { color: rgb(124,86,105); }
H1.HeaderClassName
{
color: #7C5669;
}
.AnyTagClassName
{
color: #7C5669;
}
</style>
background-color css
<style>
a { background-color: #7C5669; }
a { background-color: rgb(124,86,105); }
div.DivClassName
{
background-color: #7C5669;
}
.BgClassName
{
background-color: #7C5669;
}
</style>
border-color css
<style>
span { border-color: #7C5669; }
span { border-color: rgb(124,86,105); }
td.TdClassName
{
border-color: #7C5669;
}
.TagClassName
{
border-color: #7C5669;
}
</style>