Shades of Cosmic #774A56
Tints of Cosmic #774A56
RGB
CMYK
RGB Variations
Color information
#774A56 (or 0x774A56) is known color: Cosmic. HEX triplet: 77, 4A and 56. RGB value is (119,74,86). Sum of RGB (Red+Green+Blue) = 119+74+86=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #774A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A56 is #88B5A9. Grayscale: #585858. Windows color (decimal): -8959402 or 5655159. OLE color: 5655159.
HSL color Cylindrical-coordinate representation of color #774A56: hue angle of 344º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A56 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 86 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.53 |
| HSL | 344º | 0.23% | 0.38% | - |
| HSV(B) | 344º | 0.38% | 0.47% | - |
| XYZ | 11.74 | 9.49 | 10.02 | - |
| YUV | 88.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 86 | 0 | 0.38 | 0.28 | 0.53 | 344 | 0.23 | 0.38 |
| Hex | 77 | 4A | 56 | 0 | 26 | 1C | 35 | 158 | 17 | 26 |
| Octal | 167 | 112 | 126 | 0 | 46 | 34 | 65 | 530 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1010110 | 0 | 100110 | 11100 | 110101 | 101011000 | 10111 | 100110 |
Color Harmonies of #774A56
Complementary color
Monochromatic Colors of #774A56
Black with #774A56
Text Example
Text Example
White with #774A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A56; }
p { color: rgb(119,74,86); }
H1.HeaderClassName
{
color: #774A56;
}
.AnyTagClassName
{
color: #774A56;
}
</style>
background-color css
<style>
a { background-color: #774A56; }
a { background-color: rgb(119,74,86); }
div.DivClassName
{
background-color: #774A56;
}
.BgClassName
{
background-color: #774A56;
}
</style>
border-color css
<style>
span { border-color: #774A56; }
span { border-color: rgb(119,74,86); }
td.TdClassName
{
border-color: #774A56;
}
.TagClassName
{
border-color: #774A56;
}
</style>