Shades of Cosmic #774E6B
Tints of Cosmic #774E6B
RGB
CMYK
RGB Variations
Color information
#774E6B (or 0x774E6B) is known color: Cosmic. HEX triplet: 77, 4E and 6B. RGB value is (119,78,107). Sum of RGB (Red+Green+Blue) = 119+78+107=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E6B is #88B194. Grayscale: #5D5D5D. Windows color (decimal): -8958357 or 7032439. OLE color: 7032439.
HSL color Cylindrical-coordinate representation of color #774E6B: hue angle of 317.56º degrees, saturation: 0.21, 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 #774E6B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 107 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.53 |
| HSL | 317.56º | 0.21% | 0.39% | - |
| HSV(B) | 317.56º | 0.34% | 0.47% | - |
| XYZ | 12.99 | 10.43 | 15.24 | - |
| YUV | 93.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 107 | 0 | 0.34 | 0.10 | 0.53 | 317.56 | 0.21 | 0.39 |
| Hex | 77 | 4E | 6B | 0 | 22 | A | 35 | 13E | 15 | 27 |
| Octal | 167 | 116 | 153 | 0 | 42 | 12 | 65 | 476 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1101011 | 0 | 100010 | 1010 | 110101 | 100111110 | 10101 | 100111 |
Color Harmonies of #774E6B
Complementary color
Monochromatic Colors of #774E6B
Black with #774E6B
Text Example
Text Example
White with #774E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E6B; }
p { color: rgb(119,78,107); }
H1.HeaderClassName
{
color: #774E6B;
}
.AnyTagClassName
{
color: #774E6B;
}
</style>
background-color css
<style>
a { background-color: #774E6B; }
a { background-color: rgb(119,78,107); }
div.DivClassName
{
background-color: #774E6B;
}
.BgClassName
{
background-color: #774E6B;
}
</style>
border-color css
<style>
span { border-color: #774E6B; }
span { border-color: rgb(119,78,107); }
td.TdClassName
{
border-color: #774E6B;
}
.TagClassName
{
border-color: #774E6B;
}
</style>