Shades of Cosmic #7D496A
Tints of Cosmic #7D496A
RGB
CMYK
RGB Variations
Color information
#7D496A (or 0x7D496A) is known color: Cosmic. HEX triplet: 7D, 49 and 6A. RGB value is (125,73,106). Sum of RGB (Red+Green+Blue) = 125+73+106=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D496A is #82B695. Grayscale: #5C5C5C. Windows color (decimal): -8566422 or 6965629. OLE color: 6965629.
HSL color Cylindrical-coordinate representation of color #7D496A: hue angle of 321.92º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D496A is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 106 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.51 |
| HSL | 321.92º | 0.26% | 0.39% | - |
| HSV(B) | 321.92º | 0.42% | 0.49% | - |
| XYZ | 13.44 | 10.17 | 14.89 | - |
| YUV | 92.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 106 | 0 | 0.42 | 0.15 | 0.51 | 321.92 | 0.26 | 0.39 |
| Hex | 7D | 49 | 6A | 0 | 2A | F | 33 | 142 | 1A | 27 |
| Octal | 175 | 111 | 152 | 0 | 52 | 17 | 63 | 502 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1101010 | 0 | 101010 | 1111 | 110011 | 101000010 | 11010 | 100111 |
Color Harmonies of #7D496A
Complementary color
Monochromatic Colors of #7D496A
Black with #7D496A
Text Example
Text Example
White with #7D496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D496A; }
p { color: rgb(125,73,106); }
H1.HeaderClassName
{
color: #7D496A;
}
.AnyTagClassName
{
color: #7D496A;
}
</style>
background-color css
<style>
a { background-color: #7D496A; }
a { background-color: rgb(125,73,106); }
div.DivClassName
{
background-color: #7D496A;
}
.BgClassName
{
background-color: #7D496A;
}
</style>
border-color css
<style>
span { border-color: #7D496A; }
span { border-color: rgb(125,73,106); }
td.TdClassName
{
border-color: #7D496A;
}
.TagClassName
{
border-color: #7D496A;
}
</style>