Shades of Cosmic #774F62
Tints of Cosmic #774F62
RGB
CMYK
RGB Variations
Color information
#774F62 (or 0x774F62) is known color: Cosmic. HEX triplet: 77, 4F and 62. RGB value is (119,79,98). Sum of RGB (Red+Green+Blue) = 119+79+98=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F62 is #88B09D. Grayscale: #5D5D5D. Windows color (decimal): -8958110 or 6442871. OLE color: 6442871.
HSL color Cylindrical-coordinate representation of color #774F62: hue angle of 331.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 #774F62 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 98 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.53 |
| HSL | 331.5º | 0.2% | 0.39% | - |
| HSV(B) | 331.5º | 0.34% | 0.47% | - |
| XYZ | 12.61 | 10.4 | 12.9 | - |
| YUV | 93.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 98 | 0 | 0.34 | 0.18 | 0.53 | 331.5 | 0.2 | 0.39 |
| Hex | 77 | 4F | 62 | 0 | 22 | 12 | 35 | 14C | 14 | 27 |
| Octal | 167 | 117 | 142 | 0 | 42 | 22 | 65 | 514 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1100010 | 0 | 100010 | 10010 | 110101 | 101001100 | 10100 | 100111 |
Color Harmonies of #774F62
Complementary color
Monochromatic Colors of #774F62
Black with #774F62
Text Example
Text Example
White with #774F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F62; }
p { color: rgb(119,79,98); }
H1.HeaderClassName
{
color: #774F62;
}
.AnyTagClassName
{
color: #774F62;
}
</style>
background-color css
<style>
a { background-color: #774F62; }
a { background-color: rgb(119,79,98); }
div.DivClassName
{
background-color: #774F62;
}
.BgClassName
{
background-color: #774F62;
}
</style>
border-color css
<style>
span { border-color: #774F62; }
span { border-color: rgb(119,79,98); }
td.TdClassName
{
border-color: #774F62;
}
.TagClassName
{
border-color: #774F62;
}
</style>