Shades of Cosmic #7C5569
Tints of Cosmic #7C5569
RGB
CMYK
RGB Variations
Color information
#7C5569 (or 0x7C5569) is known color: Cosmic. HEX triplet: 7C, 55 and 69. RGB value is (124,85,105). Sum of RGB (Red+Green+Blue) = 124+85+105=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5569 is #83AA96. Grayscale: #626262. Windows color (decimal): -8628887 or 6903164. OLE color: 6903164.
HSL color Cylindrical-coordinate representation of color #7C5569: hue angle of 329.23º degrees, saturation: 0.19, 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 #7C5569 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 105 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.51 |
| HSL | 329.23º | 0.19% | 0.41% | - |
| HSV(B) | 329.23º | 0.31% | 0.49% | - |
| XYZ | 14.11 | 11.8 | 14.9 | - |
| YUV | 98.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 105 | 0 | 0.31 | 0.15 | 0.51 | 329.23 | 0.19 | 0.41 |
| Hex | 7C | 55 | 69 | 0 | 1F | F | 33 | 149 | 13 | 29 |
| Octal | 174 | 125 | 151 | 0 | 37 | 17 | 63 | 511 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1101001 | 0 | 11111 | 1111 | 110011 | 101001001 | 10011 | 101001 |
Color Harmonies of #7C5569
Complementary color
Monochromatic Colors of #7C5569
Black with #7C5569
Text Example
Text Example
White with #7C5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5569; }
p { color: rgb(124,85,105); }
H1.HeaderClassName
{
color: #7C5569;
}
.AnyTagClassName
{
color: #7C5569;
}
</style>
background-color css
<style>
a { background-color: #7C5569; }
a { background-color: rgb(124,85,105); }
div.DivClassName
{
background-color: #7C5569;
}
.BgClassName
{
background-color: #7C5569;
}
</style>
border-color css
<style>
span { border-color: #7C5569; }
span { border-color: rgb(124,85,105); }
td.TdClassName
{
border-color: #7C5569;
}
.TagClassName
{
border-color: #7C5569;
}
</style>