Shades of Cosmic #7D3C5A
Tints of Cosmic #7D3C5A
RGB
CMYK
RGB Variations
Color information
#7D3C5A (or 0x7D3C5A) is known color: Cosmic. HEX triplet: 7D, 3C and 5A. RGB value is (125,60,90). Sum of RGB (Red+Green+Blue) = 125+60+90=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3C5A is #82C3A5. Grayscale: #525252. Windows color (decimal): -8569766 or 5913725. OLE color: 5913725.
HSL color Cylindrical-coordinate representation of color #7D3C5A: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D3C5A is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 90 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.51 |
| HSL | 332.31º | 0.35% | 0.36% | - |
| HSV(B) | 332.31º | 0.52% | 0.49% | - |
| XYZ | 11.92 | 8.33 | 10.65 | - |
| YUV | 82.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 90 | 0 | 0.52 | 0.28 | 0.51 | 332.31 | 0.35 | 0.36 |
| Hex | 7D | 3C | 5A | 0 | 34 | 1C | 33 | 14C | 23 | 24 |
| Octal | 175 | 74 | 132 | 0 | 64 | 34 | 63 | 514 | 43 | 44 |
| Binary | 1111101 | 111100 | 1011010 | 0 | 110100 | 11100 | 110011 | 101001100 | 100011 | 100100 |
Color Harmonies of #7D3C5A
Complementary color
Monochromatic Colors of #7D3C5A
Black with #7D3C5A
Text Example
Text Example
White with #7D3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C5A; }
p { color: rgb(125,60,90); }
H1.HeaderClassName
{
color: #7D3C5A;
}
.AnyTagClassName
{
color: #7D3C5A;
}
</style>
background-color css
<style>
a { background-color: #7D3C5A; }
a { background-color: rgb(125,60,90); }
div.DivClassName
{
background-color: #7D3C5A;
}
.BgClassName
{
background-color: #7D3C5A;
}
</style>
border-color css
<style>
span { border-color: #7D3C5A; }
span { border-color: rgb(125,60,90); }
td.TdClassName
{
border-color: #7D3C5A;
}
.TagClassName
{
border-color: #7D3C5A;
}
</style>