Shades of Cosmic #774F5A
Tints of Cosmic #774F5A
RGB
CMYK
RGB Variations
Color information
#774F5A (or 0x774F5A) is known color: Cosmic. HEX triplet: 77, 4F and 5A. RGB value is (119,79,90). Sum of RGB (Red+Green+Blue) = 119+79+90=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F5A is #88B0A5. Grayscale: #5C5C5C. Windows color (decimal): -8958118 or 5918583. OLE color: 5918583.
HSL color Cylindrical-coordinate representation of color #774F5A: hue angle of 343.5º degrees, saturation: 0.2, 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 #774F5A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 90 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.53 |
| HSL | 343.5º | 0.2% | 0.39% | - |
| HSV(B) | 343.5º | 0.34% | 0.47% | - |
| XYZ | 12.25 | 10.25 | 11.01 | - |
| YUV | 92.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 90 | 0 | 0.34 | 0.24 | 0.53 | 343.5 | 0.2 | 0.39 |
| Hex | 77 | 4F | 5A | 0 | 22 | 18 | 35 | 158 | 14 | 27 |
| Octal | 167 | 117 | 132 | 0 | 42 | 30 | 65 | 530 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1011010 | 0 | 100010 | 11000 | 110101 | 101011000 | 10100 | 100111 |
Color Harmonies of #774F5A
Complementary color
Monochromatic Colors of #774F5A
Black with #774F5A
Text Example
Text Example
White with #774F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F5A; }
p { color: rgb(119,79,90); }
H1.HeaderClassName
{
color: #774F5A;
}
.AnyTagClassName
{
color: #774F5A;
}
</style>
background-color css
<style>
a { background-color: #774F5A; }
a { background-color: rgb(119,79,90); }
div.DivClassName
{
background-color: #774F5A;
}
.BgClassName
{
background-color: #774F5A;
}
</style>
border-color css
<style>
span { border-color: #774F5A; }
span { border-color: rgb(119,79,90); }
td.TdClassName
{
border-color: #774F5A;
}
.TagClassName
{
border-color: #774F5A;
}
</style>