Shades of Cosmic #773C5E
Tints of Cosmic #773C5E
RGB
CMYK
RGB Variations
Color information
#773C5E (or 0x773C5E) is known color: Cosmic. HEX triplet: 77, 3C and 5E. RGB value is (119,60,94). Sum of RGB (Red+Green+Blue) = 119+60+94=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C5E is #88C3A1. Grayscale: #515151. Windows color (decimal): -8962978 or 6175863. OLE color: 6175863.
HSL color Cylindrical-coordinate representation of color #773C5E: hue angle of 325.42º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C5E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
RGB | 119 | 60 | 94 | - |
CMYK | 0 | 0.50 | 0.21 | 0.53 |
HSL | 325.42º | 0.33% | 0.35% | - |
HSV(B) | 325.42º | 0.5% | 0.47% | - |
XYZ | 11.24 | 7.96 | 11.53 | - |
YUV | 81.52 | 135.05 | 154.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 60 | 94 | 0 | 0.50 | 0.21 | 0.53 | 325.42 | 0.33 | 0.35 |
Hex | 77 | 3C | 5E | 0 | 32 | 15 | 35 | 145 | 21 | 23 |
Octal | 167 | 74 | 136 | 0 | 62 | 25 | 65 | 505 | 41 | 43 |
Binary | 1110111 | 111100 | 1011110 | 0 | 110010 | 10101 | 110101 | 101000101 | 100001 | 100011 |
Color Harmonies of #773C5E
Complementary color
Monochromatic Colors of #773C5E
Black with #773C5E
Text Example
Text Example
White with #773C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C5E; }
p { color: rgb(119,60,94); }
H1.HeaderClassName
{
color: #773C5E;
}
.AnyTagClassName
{
color: #773C5E;
}
</style>
background-color css
<style>
a { background-color: #773C5E; }
a { background-color: rgb(119,60,94); }
div.DivClassName
{
background-color: #773C5E;
}
.BgClassName
{
background-color: #773C5E;
}
</style>
border-color css
<style>
span { border-color: #773C5E; }
span { border-color: rgb(119,60,94); }
td.TdClassName
{
border-color: #773C5E;
}
.TagClassName
{
border-color: #773C5E;
}
</style>