Shades of Cosmic #774E69
Tints of Cosmic #774E69
RGB
CMYK
RGB Variations
Color information
#774E69 (or 0x774E69) is known color: Cosmic. HEX triplet: 77, 4E and 69. RGB value is (119,78,105). Sum of RGB (Red+Green+Blue) = 119+78+105=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #774E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E69 is #88B196. Grayscale: #5D5D5D. Windows color (decimal): -8958359 or 6901367. OLE color: 6901367.
HSL color Cylindrical-coordinate representation of color #774E69: hue angle of 320.49º 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 #774E69 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 105 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.53 |
| HSL | 320.49º | 0.21% | 0.39% | - |
| HSV(B) | 320.49º | 0.34% | 0.47% | - |
| XYZ | 12.88 | 10.39 | 14.69 | - |
| YUV | 93.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 105 | 0 | 0.34 | 0.12 | 0.53 | 320.49 | 0.21 | 0.39 |
| Hex | 77 | 4E | 69 | 0 | 22 | C | 35 | 140 | 15 | 27 |
| Octal | 167 | 116 | 151 | 0 | 42 | 14 | 65 | 500 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1101001 | 0 | 100010 | 1100 | 110101 | 101000000 | 10101 | 100111 |
Color Harmonies of #774E69
Complementary color
Monochromatic Colors of #774E69
Black with #774E69
Text Example
Text Example
White with #774E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E69; }
p { color: rgb(119,78,105); }
H1.HeaderClassName
{
color: #774E69;
}
.AnyTagClassName
{
color: #774E69;
}
</style>
background-color css
<style>
a { background-color: #774E69; }
a { background-color: rgb(119,78,105); }
div.DivClassName
{
background-color: #774E69;
}
.BgClassName
{
background-color: #774E69;
}
</style>
border-color css
<style>
span { border-color: #774E69; }
span { border-color: rgb(119,78,105); }
td.TdClassName
{
border-color: #774E69;
}
.TagClassName
{
border-color: #774E69;
}
</style>