Shades of Cosmic #774B67
Tints of Cosmic #774B67
RGB
CMYK
RGB Variations
Color information
#774B67 (or 0x774B67) is known color: Cosmic. HEX triplet: 77, 4B and 67. RGB value is (119,75,103). Sum of RGB (Red+Green+Blue) = 119+75+103=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B67 is #88B498. Grayscale: #5B5B5B. Windows color (decimal): -8959129 or 6769527. OLE color: 6769527.
HSL color Cylindrical-coordinate representation of color #774B67: hue angle of 321.82º 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 #774B67 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 103 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.53 |
| HSL | 321.82º | 0.23% | 0.38% | - |
| HSV(B) | 321.82º | 0.37% | 0.47% | - |
| XYZ | 12.57 | 9.93 | 14.09 | - |
| YUV | 91.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 103 | 0 | 0.37 | 0.13 | 0.53 | 321.82 | 0.23 | 0.38 |
| Hex | 77 | 4B | 67 | 0 | 25 | D | 35 | 142 | 17 | 26 |
| Octal | 167 | 113 | 147 | 0 | 45 | 15 | 65 | 502 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1100111 | 0 | 100101 | 1101 | 110101 | 101000010 | 10111 | 100110 |
Color Harmonies of #774B67
Complementary color
Monochromatic Colors of #774B67
Black with #774B67
Text Example
Text Example
White with #774B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B67; }
p { color: rgb(119,75,103); }
H1.HeaderClassName
{
color: #774B67;
}
.AnyTagClassName
{
color: #774B67;
}
</style>
background-color css
<style>
a { background-color: #774B67; }
a { background-color: rgb(119,75,103); }
div.DivClassName
{
background-color: #774B67;
}
.BgClassName
{
background-color: #774B67;
}
</style>
border-color css
<style>
span { border-color: #774B67; }
span { border-color: rgb(119,75,103); }
td.TdClassName
{
border-color: #774B67;
}
.TagClassName
{
border-color: #774B67;
}
</style>