Shades of Cosmic #774A65
Tints of Cosmic #774A65
RGB
CMYK
RGB Variations
Color information
#774A65 (or 0x774A65) is known color: Cosmic. HEX triplet: 77, 4A and 65. RGB value is (119,74,101). Sum of RGB (Red+Green+Blue) = 119+74+101=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A65 is #88B59A. Grayscale: #5A5A5A. Windows color (decimal): -8959387 or 6638199. OLE color: 6638199.
HSL color Cylindrical-coordinate representation of color #774A65: hue angle of 324º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A65 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 101 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.53 |
| HSL | 324º | 0.23% | 0.38% | - |
| HSV(B) | 324º | 0.38% | 0.47% | - |
| XYZ | 12.41 | 9.76 | 13.54 | - |
| YUV | 90.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 101 | 0 | 0.38 | 0.15 | 0.53 | 324 | 0.23 | 0.38 |
| Hex | 77 | 4A | 65 | 0 | 26 | F | 35 | 144 | 17 | 26 |
| Octal | 167 | 112 | 145 | 0 | 46 | 17 | 65 | 504 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1100101 | 0 | 100110 | 1111 | 110101 | 101000100 | 10111 | 100110 |
Color Harmonies of #774A65
Complementary color
Monochromatic Colors of #774A65
Black with #774A65
Text Example
Text Example
White with #774A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A65; }
p { color: rgb(119,74,101); }
H1.HeaderClassName
{
color: #774A65;
}
.AnyTagClassName
{
color: #774A65;
}
</style>
background-color css
<style>
a { background-color: #774A65; }
a { background-color: rgb(119,74,101); }
div.DivClassName
{
background-color: #774A65;
}
.BgClassName
{
background-color: #774A65;
}
</style>
border-color css
<style>
span { border-color: #774A65; }
span { border-color: rgb(119,74,101); }
td.TdClassName
{
border-color: #774A65;
}
.TagClassName
{
border-color: #774A65;
}
</style>