Shades of Cosmic #7D505E
Tints of Cosmic #7D505E
RGB
CMYK
RGB Variations
Color information
#7D505E (or 0x7D505E) is known color: Cosmic. HEX triplet: 7D, 50 and 5E. RGB value is (125,80,94). Sum of RGB (Red+Green+Blue) = 125+80+94=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505E is #82AFA1. Grayscale: #5F5F5F. Windows color (decimal): -8564642 or 6180989. OLE color: 6180989.
HSL color Cylindrical-coordinate representation of color #7D505E: hue angle of 341.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D505E is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 94 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.51 |
| HSL | 341.33º | 0.22% | 0.4% | - |
| HSV(B) | 341.33º | 0.36% | 0.49% | - |
| XYZ | 13.35 | 10.91 | 11.99 | - |
| YUV | 95.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 94 | 0 | 0.36 | 0.25 | 0.51 | 341.33 | 0.22 | 0.4 |
| Hex | 7D | 50 | 5E | 0 | 24 | 19 | 33 | 155 | 16 | 28 |
| Octal | 175 | 120 | 136 | 0 | 44 | 31 | 63 | 525 | 26 | 50 |
| Binary | 1111101 | 1010000 | 1011110 | 0 | 100100 | 11001 | 110011 | 101010101 | 10110 | 101000 |
Color Harmonies of #7D505E
Complementary color
Monochromatic Colors of #7D505E
Black with #7D505E
Text Example
Text Example
White with #7D505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D505E; }
p { color: rgb(125,80,94); }
H1.HeaderClassName
{
color: #7D505E;
}
.AnyTagClassName
{
color: #7D505E;
}
</style>
background-color css
<style>
a { background-color: #7D505E; }
a { background-color: rgb(125,80,94); }
div.DivClassName
{
background-color: #7D505E;
}
.BgClassName
{
background-color: #7D505E;
}
</style>
border-color css
<style>
span { border-color: #7D505E; }
span { border-color: rgb(125,80,94); }
td.TdClassName
{
border-color: #7D505E;
}
.TagClassName
{
border-color: #7D505E;
}
</style>