Shades of Cosmic #774C5D
Tints of Cosmic #774C5D
RGB
CMYK
RGB Variations
Color information
#774C5D (or 0x774C5D) is known color: Cosmic. HEX triplet: 77, 4C and 5D. RGB value is (119,76,93). Sum of RGB (Red+Green+Blue) = 119+76+93=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C5D is #88B3A2. Grayscale: #5A5A5A. Windows color (decimal): -8958883 or 6114423. OLE color: 6114423.
HSL color Cylindrical-coordinate representation of color #774C5D: hue angle of 336.28º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C5D is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 93 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.53 |
| HSL | 336.28º | 0.22% | 0.38% | - |
| HSV(B) | 336.28º | 0.36% | 0.47% | - |
| XYZ | 12.17 | 9.88 | 11.62 | - |
| YUV | 90.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 93 | 0 | 0.36 | 0.22 | 0.53 | 336.28 | 0.22 | 0.38 |
| Hex | 77 | 4C | 5D | 0 | 24 | 16 | 35 | 150 | 16 | 26 |
| Octal | 167 | 114 | 135 | 0 | 44 | 26 | 65 | 520 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1011101 | 0 | 100100 | 10110 | 110101 | 101010000 | 10110 | 100110 |
Color Harmonies of #774C5D
Complementary color
Monochromatic Colors of #774C5D
Black with #774C5D
Text Example
Text Example
White with #774C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C5D; }
p { color: rgb(119,76,93); }
H1.HeaderClassName
{
color: #774C5D;
}
.AnyTagClassName
{
color: #774C5D;
}
</style>
background-color css
<style>
a { background-color: #774C5D; }
a { background-color: rgb(119,76,93); }
div.DivClassName
{
background-color: #774C5D;
}
.BgClassName
{
background-color: #774C5D;
}
</style>
border-color css
<style>
span { border-color: #774C5D; }
span { border-color: rgb(119,76,93); }
td.TdClassName
{
border-color: #774C5D;
}
.TagClassName
{
border-color: #774C5D;
}
</style>