Shades of Cosmic #774A68
Tints of Cosmic #774A68
RGB
CMYK
RGB Variations
Color information
#774A68 (or 0x774A68) is known color: Cosmic. HEX triplet: 77, 4A and 68. RGB value is (119,74,104). Sum of RGB (Red+Green+Blue) = 119+74+104=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A68 is #88B597. Grayscale: #5A5A5A. Windows color (decimal): -8959384 or 6834807. OLE color: 6834807.
HSL color Cylindrical-coordinate representation of color #774A68: hue angle of 320º 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 #774A68 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 104 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.53 |
| HSL | 320º | 0.23% | 0.38% | - |
| HSV(B) | 320º | 0.38% | 0.47% | - |
| XYZ | 12.56 | 9.82 | 14.33 | - |
| YUV | 90.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 104 | 0 | 0.38 | 0.13 | 0.53 | 320 | 0.23 | 0.38 |
| Hex | 77 | 4A | 68 | 0 | 26 | D | 35 | 140 | 17 | 26 |
| Octal | 167 | 112 | 150 | 0 | 46 | 15 | 65 | 500 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1101000 | 0 | 100110 | 1101 | 110101 | 101000000 | 10111 | 100110 |
Color Harmonies of #774A68
Complementary color
Monochromatic Colors of #774A68
Black with #774A68
Text Example
Text Example
White with #774A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A68; }
p { color: rgb(119,74,104); }
H1.HeaderClassName
{
color: #774A68;
}
.AnyTagClassName
{
color: #774A68;
}
</style>
background-color css
<style>
a { background-color: #774A68; }
a { background-color: rgb(119,74,104); }
div.DivClassName
{
background-color: #774A68;
}
.BgClassName
{
background-color: #774A68;
}
</style>
border-color css
<style>
span { border-color: #774A68; }
span { border-color: rgb(119,74,104); }
td.TdClassName
{
border-color: #774A68;
}
.TagClassName
{
border-color: #774A68;
}
</style>