Shades of Cosmic #774B64
Tints of Cosmic #774B64
RGB
CMYK
RGB Variations
Color information
#774B64 (or 0x774B64) is known color: Cosmic. HEX triplet: 77, 4B and 64. RGB value is (119,75,100). Sum of RGB (Red+Green+Blue) = 119+75+100=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B64 is #88B49B. Grayscale: #5A5A5A. Windows color (decimal): -8959132 or 6572919. OLE color: 6572919.
HSL color Cylindrical-coordinate representation of color #774B64: hue angle of 325.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B64 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 100 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.53 |
| HSL | 325.91º | 0.23% | 0.38% | - |
| HSV(B) | 325.91º | 0.37% | 0.47% | - |
| XYZ | 12.42 | 9.87 | 13.31 | - |
| YUV | 91.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 100 | 0 | 0.37 | 0.16 | 0.53 | 325.91 | 0.23 | 0.38 |
| Hex | 77 | 4B | 64 | 0 | 25 | 10 | 35 | 146 | 17 | 26 |
| Octal | 167 | 113 | 144 | 0 | 45 | 20 | 65 | 506 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1100100 | 0 | 100101 | 10000 | 110101 | 101000110 | 10111 | 100110 |
Color Harmonies of #774B64
Complementary color
Monochromatic Colors of #774B64
Black with #774B64
Text Example
Text Example
White with #774B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B64; }
p { color: rgb(119,75,100); }
H1.HeaderClassName
{
color: #774B64;
}
.AnyTagClassName
{
color: #774B64;
}
</style>
background-color css
<style>
a { background-color: #774B64; }
a { background-color: rgb(119,75,100); }
div.DivClassName
{
background-color: #774B64;
}
.BgClassName
{
background-color: #774B64;
}
</style>
border-color css
<style>
span { border-color: #774B64; }
span { border-color: rgb(119,75,100); }
td.TdClassName
{
border-color: #774B64;
}
.TagClassName
{
border-color: #774B64;
}
</style>