Shades of Cosmic #774E6A
Tints of Cosmic #774E6A
RGB
CMYK
RGB Variations
Color information
#774E6A (or 0x774E6A) is known color: Cosmic. HEX triplet: 77, 4E and 6A. RGB value is (119,78,106). Sum of RGB (Red+Green+Blue) = 119+78+106=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E6A is #88B195. Grayscale: #5D5D5D. Windows color (decimal): -8958358 or 6966903. OLE color: 6966903.
HSL color Cylindrical-coordinate representation of color #774E6A: hue angle of 319.02º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E6A is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 106 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.53 |
| HSL | 319.02º | 0.21% | 0.39% | - |
| HSV(B) | 319.02º | 0.34% | 0.47% | - |
| XYZ | 12.93 | 10.41 | 14.96 | - |
| YUV | 93.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 106 | 0 | 0.34 | 0.11 | 0.53 | 319.02 | 0.21 | 0.39 |
| Hex | 77 | 4E | 6A | 0 | 22 | B | 35 | 13F | 15 | 27 |
| Octal | 167 | 116 | 152 | 0 | 42 | 13 | 65 | 477 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1101010 | 0 | 100010 | 1011 | 110101 | 100111111 | 10101 | 100111 |
Color Harmonies of #774E6A
Complementary color
Monochromatic Colors of #774E6A
Black with #774E6A
Text Example
Text Example
White with #774E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E6A; }
p { color: rgb(119,78,106); }
H1.HeaderClassName
{
color: #774E6A;
}
.AnyTagClassName
{
color: #774E6A;
}
</style>
background-color css
<style>
a { background-color: #774E6A; }
a { background-color: rgb(119,78,106); }
div.DivClassName
{
background-color: #774E6A;
}
.BgClassName
{
background-color: #774E6A;
}
</style>
border-color css
<style>
span { border-color: #774E6A; }
span { border-color: rgb(119,78,106); }
td.TdClassName
{
border-color: #774E6A;
}
.TagClassName
{
border-color: #774E6A;
}
</style>