Shades of Cosmic #774A5F
Tints of Cosmic #774A5F
RGB
CMYK
RGB Variations
Color information
#774A5F (or 0x774A5F) is known color: Cosmic. HEX triplet: 77, 4A and 5F. RGB value is (119,74,95). Sum of RGB (Red+Green+Blue) = 119+74+95=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A5F is #88B5A0. Grayscale: #595959. Windows color (decimal): -8959393 or 6244983. OLE color: 6244983.
HSL color Cylindrical-coordinate representation of color #774A5F: hue angle of 332º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A5F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 95 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.53 |
| HSL | 332º | 0.23% | 0.38% | - |
| HSV(B) | 332º | 0.38% | 0.47% | - |
| XYZ | 12.12 | 9.65 | 12.05 | - |
| YUV | 89.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 95 | 0 | 0.38 | 0.20 | 0.53 | 332 | 0.23 | 0.38 |
| Hex | 77 | 4A | 5F | 0 | 26 | 14 | 35 | 14C | 17 | 26 |
| Octal | 167 | 112 | 137 | 0 | 46 | 24 | 65 | 514 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1011111 | 0 | 100110 | 10100 | 110101 | 101001100 | 10111 | 100110 |
Color Harmonies of #774A5F
Complementary color
Monochromatic Colors of #774A5F
Black with #774A5F
Text Example
Text Example
White with #774A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A5F; }
p { color: rgb(119,74,95); }
H1.HeaderClassName
{
color: #774A5F;
}
.AnyTagClassName
{
color: #774A5F;
}
</style>
background-color css
<style>
a { background-color: #774A5F; }
a { background-color: rgb(119,74,95); }
div.DivClassName
{
background-color: #774A5F;
}
.BgClassName
{
background-color: #774A5F;
}
</style>
border-color css
<style>
span { border-color: #774A5F; }
span { border-color: rgb(119,74,95); }
td.TdClassName
{
border-color: #774A5F;
}
.TagClassName
{
border-color: #774A5F;
}
</style>