Shades of Cosmic #773E5F
Tints of Cosmic #773E5F
RGB
CMYK
RGB Variations
Color information
#773E5F (or 0x773E5F) is known color: Cosmic. HEX triplet: 77, 3E and 5F. RGB value is (119,62,95). Sum of RGB (Red+Green+Blue) = 119+62+95=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E5F is #88C1A0. Grayscale: #525252. Windows color (decimal): -8962465 or 6241911. OLE color: 6241911.
HSL color Cylindrical-coordinate representation of color #773E5F: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E5F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 95 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.53 |
| HSL | 325.26º | 0.31% | 0.35% | - |
| HSV(B) | 325.26º | 0.48% | 0.47% | - |
| XYZ | 11.4 | 8.19 | 11.81 | - |
| YUV | 82.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 95 | 0 | 0.48 | 0.20 | 0.53 | 325.26 | 0.31 | 0.35 |
| Hex | 77 | 3E | 5F | 0 | 30 | 14 | 35 | 145 | 1F | 23 |
| Octal | 167 | 76 | 137 | 0 | 60 | 24 | 65 | 505 | 37 | 43 |
| Binary | 1110111 | 111110 | 1011111 | 0 | 110000 | 10100 | 110101 | 101000101 | 11111 | 100011 |
Color Harmonies of #773E5F
Complementary color
Monochromatic Colors of #773E5F
Black with #773E5F
Text Example
Text Example
White with #773E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E5F; }
p { color: rgb(119,62,95); }
H1.HeaderClassName
{
color: #773E5F;
}
.AnyTagClassName
{
color: #773E5F;
}
</style>
background-color css
<style>
a { background-color: #773E5F; }
a { background-color: rgb(119,62,95); }
div.DivClassName
{
background-color: #773E5F;
}
.BgClassName
{
background-color: #773E5F;
}
</style>
border-color css
<style>
span { border-color: #773E5F; }
span { border-color: rgb(119,62,95); }
td.TdClassName
{
border-color: #773E5F;
}
.TagClassName
{
border-color: #773E5F;
}
</style>