Shades of Cosmic #7D4B5E
Tints of Cosmic #7D4B5E
RGB
CMYK
RGB Variations
Color information
#7D4B5E (or 0x7D4B5E) is known color: Cosmic. HEX triplet: 7D, 4B and 5E. RGB value is (125,75,94). Sum of RGB (Red+Green+Blue) = 125+75+94=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4B5E is #82B4A1. Grayscale: #5C5C5C. Windows color (decimal): -8565922 or 6179709. OLE color: 6179709.
HSL color Cylindrical-coordinate representation of color #7D4B5E: hue angle of 337.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D4B5E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 75 | 94 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.51 |
| HSL | 337.2º | 0.25% | 0.39% | - |
| HSV(B) | 337.2º | 0.4% | 0.49% | - |
| XYZ | 12.99 | 10.2 | 11.87 | - |
| YUV | 92.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 94 | 0 | 0.40 | 0.25 | 0.51 | 337.2 | 0.25 | 0.39 |
| Hex | 7D | 4B | 5E | 0 | 28 | 19 | 33 | 151 | 19 | 27 |
| Octal | 175 | 113 | 136 | 0 | 50 | 31 | 63 | 521 | 31 | 47 |
| Binary | 1111101 | 1001011 | 1011110 | 0 | 101000 | 11001 | 110011 | 101010001 | 11001 | 100111 |
Color Harmonies of #7D4B5E
Complementary color
Monochromatic Colors of #7D4B5E
Black with #7D4B5E
Text Example
Text Example
White with #7D4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B5E; }
p { color: rgb(125,75,94); }
H1.HeaderClassName
{
color: #7D4B5E;
}
.AnyTagClassName
{
color: #7D4B5E;
}
</style>
background-color css
<style>
a { background-color: #7D4B5E; }
a { background-color: rgb(125,75,94); }
div.DivClassName
{
background-color: #7D4B5E;
}
.BgClassName
{
background-color: #7D4B5E;
}
</style>
border-color css
<style>
span { border-color: #7D4B5E; }
span { border-color: rgb(125,75,94); }
td.TdClassName
{
border-color: #7D4B5E;
}
.TagClassName
{
border-color: #7D4B5E;
}
</style>