Shades of Cosmic #7A3D65
Tints of Cosmic #7A3D65
RGB
CMYK
RGB Variations
Color information
#7A3D65 (or 0x7A3D65) is known color: Cosmic. HEX triplet: 7A, 3D and 65. RGB value is (122,61,101). Sum of RGB (Red+Green+Blue) = 122+61+101=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D65 is #85C29A. Grayscale: #535353. Windows color (decimal): -8766107 or 6634874. OLE color: 6634874.
HSL color Cylindrical-coordinate representation of color #7A3D65: hue angle of 320.66º 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 #7A3D65 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 101 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.52 |
| HSL | 320.66º | 0.33% | 0.36% | - |
| HSV(B) | 320.66º | 0.5% | 0.48% | - |
| XYZ | 12.04 | 8.41 | 13.3 | - |
| YUV | 83.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 101 | 0 | 0.50 | 0.17 | 0.52 | 320.66 | 0.33 | 0.36 |
| Hex | 7A | 3D | 65 | 0 | 32 | 11 | 34 | 141 | 21 | 24 |
| Octal | 172 | 75 | 145 | 0 | 62 | 21 | 64 | 501 | 41 | 44 |
| Binary | 1111010 | 111101 | 1100101 | 0 | 110010 | 10001 | 110100 | 101000001 | 100001 | 100100 |
Color Harmonies of #7A3D65
Complementary color
Monochromatic Colors of #7A3D65
Black with #7A3D65
Text Example
Text Example
White with #7A3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D65; }
p { color: rgb(122,61,101); }
H1.HeaderClassName
{
color: #7A3D65;
}
.AnyTagClassName
{
color: #7A3D65;
}
</style>
background-color css
<style>
a { background-color: #7A3D65; }
a { background-color: rgb(122,61,101); }
div.DivClassName
{
background-color: #7A3D65;
}
.BgClassName
{
background-color: #7A3D65;
}
</style>
border-color css
<style>
span { border-color: #7A3D65; }
span { border-color: rgb(122,61,101); }
td.TdClassName
{
border-color: #7A3D65;
}
.TagClassName
{
border-color: #7A3D65;
}
</style>