Shades of Cosmic #76415E
Tints of Cosmic #76415E
RGB
CMYK
RGB Variations
Color information
#76415E (or 0x76415E) is known color: Cosmic. HEX triplet: 76, 41 and 5E. RGB value is (118,65,94). Sum of RGB (Red+Green+Blue) = 118+65+94=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415E is #89BEA1. Grayscale: #545454. Windows color (decimal): -9027234 or 6177142. OLE color: 6177142.
HSL color Cylindrical-coordinate representation of color #76415E: hue angle of 327.17º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76415E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 94 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.54 |
| HSL | 327.17º | 0.29% | 0.36% | - |
| HSV(B) | 327.17º | 0.45% | 0.46% | - |
| XYZ | 11.38 | 8.44 | 11.62 | - |
| YUV | 84.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 94 | 0 | 0.45 | 0.20 | 0.54 | 327.17 | 0.29 | 0.36 |
| Hex | 76 | 41 | 5E | 0 | 2D | 14 | 36 | 147 | 1D | 24 |
| Octal | 166 | 101 | 136 | 0 | 55 | 24 | 66 | 507 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1011110 | 0 | 101101 | 10100 | 110110 | 101000111 | 11101 | 100100 |
Color Harmonies of #76415E
Complementary color
Monochromatic Colors of #76415E
Black with #76415E
Text Example
Text Example
White with #76415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76415E; }
p { color: rgb(118,65,94); }
H1.HeaderClassName
{
color: #76415E;
}
.AnyTagClassName
{
color: #76415E;
}
</style>
background-color css
<style>
a { background-color: #76415E; }
a { background-color: rgb(118,65,94); }
div.DivClassName
{
background-color: #76415E;
}
.BgClassName
{
background-color: #76415E;
}
</style>
border-color css
<style>
span { border-color: #76415E; }
span { border-color: rgb(118,65,94); }
td.TdClassName
{
border-color: #76415E;
}
.TagClassName
{
border-color: #76415E;
}
</style>