Shades of Cosmic #77496B
Tints of Cosmic #77496B
RGB
CMYK
RGB Variations
Color information
#77496B (or 0x77496B) is known color: Cosmic. HEX triplet: 77, 49 and 6B. RGB value is (119,73,107). Sum of RGB (Red+Green+Blue) = 119+73+107=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77496B is #88B694. Grayscale: #5A5A5A. Windows color (decimal): -8959637 or 7031159. OLE color: 7031159.
HSL color Cylindrical-coordinate representation of color #77496B: hue angle of 315.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77496B is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 73 | 107 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.53 |
| HSL | 315.65º | 0.24% | 0.38% | - |
| HSV(B) | 315.65º | 0.39% | 0.47% | - |
| XYZ | 12.64 | 9.75 | 15.13 | - |
| YUV | 90.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 107 | 0 | 0.39 | 0.10 | 0.53 | 315.65 | 0.24 | 0.38 |
| Hex | 77 | 49 | 6B | 0 | 27 | A | 35 | 13C | 18 | 26 |
| Octal | 167 | 111 | 153 | 0 | 47 | 12 | 65 | 474 | 30 | 46 |
| Binary | 1110111 | 1001001 | 1101011 | 0 | 100111 | 1010 | 110101 | 100111100 | 11000 | 100110 |
Color Harmonies of #77496B
Complementary color
Monochromatic Colors of #77496B
Black with #77496B
Text Example
Text Example
White with #77496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77496B; }
p { color: rgb(119,73,107); }
H1.HeaderClassName
{
color: #77496B;
}
.AnyTagClassName
{
color: #77496B;
}
</style>
background-color css
<style>
a { background-color: #77496B; }
a { background-color: rgb(119,73,107); }
div.DivClassName
{
background-color: #77496B;
}
.BgClassName
{
background-color: #77496B;
}
</style>
border-color css
<style>
span { border-color: #77496B; }
span { border-color: rgb(119,73,107); }
td.TdClassName
{
border-color: #77496B;
}
.TagClassName
{
border-color: #77496B;
}
</style>