Shades of Cosmic #77415E
Tints of Cosmic #77415E
RGB
CMYK
RGB Variations
Color information
#77415E (or 0x77415E) is known color: Cosmic. HEX triplet: 77, 41 and 5E. RGB value is (119,65,94). Sum of RGB (Red+Green+Blue) = 119+65+94=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415E is #88BEA1. Grayscale: #545454. Windows color (decimal): -8961698 or 6177143. OLE color: 6177143.
HSL color Cylindrical-coordinate representation of color #77415E: hue angle of 327.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77415E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 94 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.53 |
| HSL | 327.78º | 0.29% | 0.36% | - |
| HSV(B) | 327.78º | 0.45% | 0.47% | - |
| XYZ | 11.52 | 8.51 | 11.63 | - |
| YUV | 84.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 94 | 0 | 0.45 | 0.21 | 0.53 | 327.78 | 0.29 | 0.36 |
| Hex | 77 | 41 | 5E | 0 | 2D | 15 | 35 | 148 | 1D | 24 |
| Octal | 167 | 101 | 136 | 0 | 55 | 25 | 65 | 510 | 35 | 44 |
| Binary | 1110111 | 1000001 | 1011110 | 0 | 101101 | 10101 | 110101 | 101001000 | 11101 | 100100 |
Color Harmonies of #77415E
Complementary color
Monochromatic Colors of #77415E
Black with #77415E
Text Example
Text Example
White with #77415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77415E; }
p { color: rgb(119,65,94); }
H1.HeaderClassName
{
color: #77415E;
}
.AnyTagClassName
{
color: #77415E;
}
</style>
background-color css
<style>
a { background-color: #77415E; }
a { background-color: rgb(119,65,94); }
div.DivClassName
{
background-color: #77415E;
}
.BgClassName
{
background-color: #77415E;
}
</style>
border-color css
<style>
span { border-color: #77415E; }
span { border-color: rgb(119,65,94); }
td.TdClassName
{
border-color: #77415E;
}
.TagClassName
{
border-color: #77415E;
}
</style>