Shades of Cosmic #76415C
Tints of Cosmic #76415C
RGB
CMYK
RGB Variations
Color information
#76415C (or 0x76415C) is known color: Cosmic. HEX triplet: 76, 41 and 5C. RGB value is (118,65,92). Sum of RGB (Red+Green+Blue) = 118+65+92=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415C is #89BEA3. Grayscale: #535353. Windows color (decimal): -9027236 or 6046070. OLE color: 6046070.
HSL color Cylindrical-coordinate representation of color #76415C: hue angle of 329.43º 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 #76415C is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 92 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.54 |
| HSL | 329.43º | 0.29% | 0.36% | - |
| HSV(B) | 329.43º | 0.45% | 0.46% | - |
| XYZ | 11.29 | 8.4 | 11.15 | - |
| YUV | 83.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 92 | 0 | 0.45 | 0.22 | 0.54 | 329.43 | 0.29 | 0.36 |
| Hex | 76 | 41 | 5C | 0 | 2D | 16 | 36 | 149 | 1D | 24 |
| Octal | 166 | 101 | 134 | 0 | 55 | 26 | 66 | 511 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1011100 | 0 | 101101 | 10110 | 110110 | 101001001 | 11101 | 100100 |
Color Harmonies of #76415C
Complementary color
Monochromatic Colors of #76415C
Black with #76415C
Text Example
Text Example
White with #76415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76415C; }
p { color: rgb(118,65,92); }
H1.HeaderClassName
{
color: #76415C;
}
.AnyTagClassName
{
color: #76415C;
}
</style>
background-color css
<style>
a { background-color: #76415C; }
a { background-color: rgb(118,65,92); }
div.DivClassName
{
background-color: #76415C;
}
.BgClassName
{
background-color: #76415C;
}
</style>
border-color css
<style>
span { border-color: #76415C; }
span { border-color: rgb(118,65,92); }
td.TdClassName
{
border-color: #76415C;
}
.TagClassName
{
border-color: #76415C;
}
</style>