Shades of Cosmic #774F65
Tints of Cosmic #774F65
RGB
CMYK
RGB Variations
Color information
#774F65 (or 0x774F65) is known color: Cosmic. HEX triplet: 77, 4F and 65. RGB value is (119,79,101). Sum of RGB (Red+Green+Blue) = 119+79+101=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F65 is #88B09A. Grayscale: #5D5D5D. Windows color (decimal): -8958107 or 6639479. OLE color: 6639479.
HSL color Cylindrical-coordinate representation of color #774F65: hue angle of 327º 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 #774F65 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 101 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.53 |
| HSL | 327º | 0.2% | 0.39% | - |
| HSV(B) | 327º | 0.34% | 0.47% | - |
| XYZ | 12.75 | 10.45 | 13.66 | - |
| YUV | 93.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 101 | 0 | 0.34 | 0.15 | 0.53 | 327 | 0.2 | 0.39 |
| Hex | 77 | 4F | 65 | 0 | 22 | F | 35 | 147 | 14 | 27 |
| Octal | 167 | 117 | 145 | 0 | 42 | 17 | 65 | 507 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1100101 | 0 | 100010 | 1111 | 110101 | 101000111 | 10100 | 100111 |
Color Harmonies of #774F65
Complementary color
Monochromatic Colors of #774F65
Black with #774F65
Text Example
Text Example
White with #774F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F65; }
p { color: rgb(119,79,101); }
H1.HeaderClassName
{
color: #774F65;
}
.AnyTagClassName
{
color: #774F65;
}
</style>
background-color css
<style>
a { background-color: #774F65; }
a { background-color: rgb(119,79,101); }
div.DivClassName
{
background-color: #774F65;
}
.BgClassName
{
background-color: #774F65;
}
</style>
border-color css
<style>
span { border-color: #774F65; }
span { border-color: rgb(119,79,101); }
td.TdClassName
{
border-color: #774F65;
}
.TagClassName
{
border-color: #774F65;
}
</style>