Shades of Cosmic #774C58
Tints of Cosmic #774C58
RGB
CMYK
RGB Variations
Color information
#774C58 (or 0x774C58) is known color: Cosmic. HEX triplet: 77, 4C and 58. RGB value is (119,76,88). Sum of RGB (Red+Green+Blue) = 119+76+88=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C58 is #88B3A7. Grayscale: #5A5A5A. Windows color (decimal): -8958888 or 5786743. OLE color: 5786743.
HSL color Cylindrical-coordinate representation of color #774C58: hue angle of 343.26º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C58 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 88 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.53 |
| HSL | 343.26º | 0.22% | 0.38% | - |
| HSV(B) | 343.26º | 0.36% | 0.47% | - |
| XYZ | 11.95 | 9.8 | 10.49 | - |
| YUV | 90.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 88 | 0 | 0.36 | 0.26 | 0.53 | 343.26 | 0.22 | 0.38 |
| Hex | 77 | 4C | 58 | 0 | 24 | 1A | 35 | 157 | 16 | 26 |
| Octal | 167 | 114 | 130 | 0 | 44 | 32 | 65 | 527 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1011000 | 0 | 100100 | 11010 | 110101 | 101010111 | 10110 | 100110 |
Color Harmonies of #774C58
Complementary color
Monochromatic Colors of #774C58
Black with #774C58
Text Example
Text Example
White with #774C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C58; }
p { color: rgb(119,76,88); }
H1.HeaderClassName
{
color: #774C58;
}
.AnyTagClassName
{
color: #774C58;
}
</style>
background-color css
<style>
a { background-color: #774C58; }
a { background-color: rgb(119,76,88); }
div.DivClassName
{
background-color: #774C58;
}
.BgClassName
{
background-color: #774C58;
}
</style>
border-color css
<style>
span { border-color: #774C58; }
span { border-color: rgb(119,76,88); }
td.TdClassName
{
border-color: #774C58;
}
.TagClassName
{
border-color: #774C58;
}
</style>