Shades of Cosmic #7D4C5E
Tints of Cosmic #7D4C5E
RGB
CMYK
RGB Variations
Color information
#7D4C5E (or 0x7D4C5E) is known color: Cosmic. HEX triplet: 7D, 4C and 5E. RGB value is (125,76,94). Sum of RGB (Red+Green+Blue) = 125+76+94=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4C5E is #82B3A1. Grayscale: #5C5C5C. Windows color (decimal): -8565666 or 6179965. OLE color: 6179965.
HSL color Cylindrical-coordinate representation of color #7D4C5E: hue angle of 337.96º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D4C5E is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 94 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.51 |
| HSL | 337.96º | 0.24% | 0.39% | - |
| HSV(B) | 337.96º | 0.39% | 0.49% | - |
| XYZ | 13.06 | 10.34 | 11.9 | - |
| YUV | 92.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 94 | 0 | 0.39 | 0.25 | 0.51 | 337.96 | 0.24 | 0.39 |
| Hex | 7D | 4C | 5E | 0 | 27 | 19 | 33 | 152 | 18 | 27 |
| Octal | 175 | 114 | 136 | 0 | 47 | 31 | 63 | 522 | 30 | 47 |
| Binary | 1111101 | 1001100 | 1011110 | 0 | 100111 | 11001 | 110011 | 101010010 | 11000 | 100111 |
Color Harmonies of #7D4C5E
Complementary color
Monochromatic Colors of #7D4C5E
Black with #7D4C5E
Text Example
Text Example
White with #7D4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C5E; }
p { color: rgb(125,76,94); }
H1.HeaderClassName
{
color: #7D4C5E;
}
.AnyTagClassName
{
color: #7D4C5E;
}
</style>
background-color css
<style>
a { background-color: #7D4C5E; }
a { background-color: rgb(125,76,94); }
div.DivClassName
{
background-color: #7D4C5E;
}
.BgClassName
{
background-color: #7D4C5E;
}
</style>
border-color css
<style>
span { border-color: #7D4C5E; }
span { border-color: rgb(125,76,94); }
td.TdClassName
{
border-color: #7D4C5E;
}
.TagClassName
{
border-color: #7D4C5E;
}
</style>