Shades of Cosmic #774F64
Tints of Cosmic #774F64
RGB
CMYK
RGB Variations
Color information
#774F64 (or 0x774F64) is known color: Cosmic. HEX triplet: 77, 4F and 64. RGB value is (119,79,100). Sum of RGB (Red+Green+Blue) = 119+79+100=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F64 is #88B09B. Grayscale: #5D5D5D. Windows color (decimal): -8958108 or 6573943. OLE color: 6573943.
HSL color Cylindrical-coordinate representation of color #774F64: hue angle of 328.5º degrees, saturation: 0.2, 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 #774F64 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 100 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.53 |
| HSL | 328.5º | 0.2% | 0.39% | - |
| HSV(B) | 328.5º | 0.34% | 0.47% | - |
| XYZ | 12.7 | 10.43 | 13.4 | - |
| YUV | 93.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 100 | 0 | 0.34 | 0.16 | 0.53 | 328.5 | 0.2 | 0.39 |
| Hex | 77 | 4F | 64 | 0 | 22 | 10 | 35 | 148 | 14 | 27 |
| Octal | 167 | 117 | 144 | 0 | 42 | 20 | 65 | 510 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1100100 | 0 | 100010 | 10000 | 110101 | 101001000 | 10100 | 100111 |
Color Harmonies of #774F64
Complementary color
Monochromatic Colors of #774F64
Black with #774F64
Text Example
Text Example
White with #774F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F64; }
p { color: rgb(119,79,100); }
H1.HeaderClassName
{
color: #774F64;
}
.AnyTagClassName
{
color: #774F64;
}
</style>
background-color css
<style>
a { background-color: #774F64; }
a { background-color: rgb(119,79,100); }
div.DivClassName
{
background-color: #774F64;
}
.BgClassName
{
background-color: #774F64;
}
</style>
border-color css
<style>
span { border-color: #774F64; }
span { border-color: rgb(119,79,100); }
td.TdClassName
{
border-color: #774F64;
}
.TagClassName
{
border-color: #774F64;
}
</style>