Shades of Cosmic #77486A
Tints of Cosmic #77486A
RGB
CMYK
RGB Variations
Color information
#77486A (or 0x77486A) is known color: Cosmic. HEX triplet: 77, 48 and 6A. RGB value is (119,72,106). Sum of RGB (Red+Green+Blue) = 119+72+106=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77486A is #88B795. Grayscale: #595959. Windows color (decimal): -8959894 or 6965367. OLE color: 6965367.
HSL color Cylindrical-coordinate representation of color #77486A: hue angle of 316.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77486A is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 106 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.53 |
| HSL | 316.6º | 0.25% | 0.37% | - |
| HSV(B) | 316.6º | 0.39% | 0.47% | - |
| XYZ | 12.53 | 9.6 | 14.83 | - |
| YUV | 89.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 106 | 0 | 0.39 | 0.11 | 0.53 | 316.6 | 0.25 | 0.37 |
| Hex | 77 | 48 | 6A | 0 | 27 | B | 35 | 13D | 19 | 25 |
| Octal | 167 | 110 | 152 | 0 | 47 | 13 | 65 | 475 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1101010 | 0 | 100111 | 1011 | 110101 | 100111101 | 11001 | 100101 |
Color Harmonies of #77486A
Complementary color
Monochromatic Colors of #77486A
Black with #77486A
Text Example
Text Example
White with #77486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77486A; }
p { color: rgb(119,72,106); }
H1.HeaderClassName
{
color: #77486A;
}
.AnyTagClassName
{
color: #77486A;
}
</style>
background-color css
<style>
a { background-color: #77486A; }
a { background-color: rgb(119,72,106); }
div.DivClassName
{
background-color: #77486A;
}
.BgClassName
{
background-color: #77486A;
}
</style>
border-color css
<style>
span { border-color: #77486A; }
span { border-color: rgb(119,72,106); }
td.TdClassName
{
border-color: #77486A;
}
.TagClassName
{
border-color: #77486A;
}
</style>