Shades of Cosmic #7A3D5C
Tints of Cosmic #7A3D5C
RGB
CMYK
RGB Variations
Color information
#7A3D5C (or 0x7A3D5C) is known color: Cosmic. HEX triplet: 7A, 3D and 5C. RGB value is (122,61,92). Sum of RGB (Red+Green+Blue) = 122+61+92=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D5C is #85C2A3. Grayscale: #525252. Windows color (decimal): -8766116 or 6045050. OLE color: 6045050.
HSL color Cylindrical-coordinate representation of color #7A3D5C: hue angle of 329.51º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D5C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 92 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.52 |
| HSL | 329.51º | 0.33% | 0.36% | - |
| HSV(B) | 329.51º | 0.5% | 0.48% | - |
| XYZ | 11.63 | 8.25 | 11.1 | - |
| YUV | 82.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 92 | 0 | 0.50 | 0.25 | 0.52 | 329.51 | 0.33 | 0.36 |
| Hex | 7A | 3D | 5C | 0 | 32 | 19 | 34 | 14A | 21 | 24 |
| Octal | 172 | 75 | 134 | 0 | 62 | 31 | 64 | 512 | 41 | 44 |
| Binary | 1111010 | 111101 | 1011100 | 0 | 110010 | 11001 | 110100 | 101001010 | 100001 | 100100 |
Color Harmonies of #7A3D5C
Complementary color
Monochromatic Colors of #7A3D5C
Black with #7A3D5C
Text Example
Text Example
White with #7A3D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D5C; }
p { color: rgb(122,61,92); }
H1.HeaderClassName
{
color: #7A3D5C;
}
.AnyTagClassName
{
color: #7A3D5C;
}
</style>
background-color css
<style>
a { background-color: #7A3D5C; }
a { background-color: rgb(122,61,92); }
div.DivClassName
{
background-color: #7A3D5C;
}
.BgClassName
{
background-color: #7A3D5C;
}
</style>
border-color css
<style>
span { border-color: #7A3D5C; }
span { border-color: rgb(122,61,92); }
td.TdClassName
{
border-color: #7A3D5C;
}
.TagClassName
{
border-color: #7A3D5C;
}
</style>