Shades of Cosmic #7C475B
Tints of Cosmic #7C475B
RGB
CMYK
RGB Variations
Color information
#7C475B (or 0x7C475B) is known color: Cosmic. HEX triplet: 7C, 47 and 5B. RGB value is (124,71,91). Sum of RGB (Red+Green+Blue) = 124+71+91=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C475B is #83B8A4. Grayscale: #595959. Windows color (decimal): -8632485 or 5982076. OLE color: 5982076.
HSL color Cylindrical-coordinate representation of color #7C475B: hue angle of 337.36º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C475B is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 91 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.51 |
| HSL | 337.36º | 0.27% | 0.38% | - |
| HSV(B) | 337.36º | 0.43% | 0.49% | - |
| XYZ | 12.45 | 9.55 | 11.08 | - |
| YUV | 89.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 91 | 0 | 0.43 | 0.27 | 0.51 | 337.36 | 0.27 | 0.38 |
| Hex | 7C | 47 | 5B | 0 | 2B | 1B | 33 | 151 | 1B | 26 |
| Octal | 174 | 107 | 133 | 0 | 53 | 33 | 63 | 521 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1011011 | 0 | 101011 | 11011 | 110011 | 101010001 | 11011 | 100110 |
Color Harmonies of #7C475B
Complementary color
Monochromatic Colors of #7C475B
Black with #7C475B
Text Example
Text Example
White with #7C475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C475B; }
p { color: rgb(124,71,91); }
H1.HeaderClassName
{
color: #7C475B;
}
.AnyTagClassName
{
color: #7C475B;
}
</style>
background-color css
<style>
a { background-color: #7C475B; }
a { background-color: rgb(124,71,91); }
div.DivClassName
{
background-color: #7C475B;
}
.BgClassName
{
background-color: #7C475B;
}
</style>
border-color css
<style>
span { border-color: #7C475B; }
span { border-color: rgb(124,71,91); }
td.TdClassName
{
border-color: #7C475B;
}
.TagClassName
{
border-color: #7C475B;
}
</style>