Shades of Cosmic #734C60
Tints of Cosmic #734C60
RGB
CMYK
RGB Variations
Color information
#734C60 (or 0x734C60) is known color: Cosmic. HEX triplet: 73, 4C and 60. RGB value is (115,76,96). Sum of RGB (Red+Green+Blue) = 115+76+96=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C60 is #8CB39F. Grayscale: #595959. Windows color (decimal): -9221024 or 6311027. OLE color: 6311027.
HSL color Cylindrical-coordinate representation of color #734C60: hue angle of 329.23º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734C60 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 96 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.55 |
| HSL | 329.23º | 0.2% | 0.37% | - |
| HSV(B) | 329.23º | 0.34% | 0.45% | - |
| XYZ | 11.77 | 9.66 | 12.31 | - |
| YUV | 89.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 96 | 0 | 0.34 | 0.17 | 0.55 | 329.23 | 0.2 | 0.37 |
| Hex | 73 | 4C | 60 | 0 | 22 | 11 | 37 | 149 | 14 | 25 |
| Octal | 163 | 114 | 140 | 0 | 42 | 21 | 67 | 511 | 24 | 45 |
| Binary | 1110011 | 1001100 | 1100000 | 0 | 100010 | 10001 | 110111 | 101001001 | 10100 | 100101 |
Color Harmonies of #734C60
Complementary color
Monochromatic Colors of #734C60
Black with #734C60
Text Example
Text Example
White with #734C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C60; }
p { color: rgb(115,76,96); }
H1.HeaderClassName
{
color: #734C60;
}
.AnyTagClassName
{
color: #734C60;
}
</style>
background-color css
<style>
a { background-color: #734C60; }
a { background-color: rgb(115,76,96); }
div.DivClassName
{
background-color: #734C60;
}
.BgClassName
{
background-color: #734C60;
}
</style>
border-color css
<style>
span { border-color: #734C60; }
span { border-color: rgb(115,76,96); }
td.TdClassName
{
border-color: #734C60;
}
.TagClassName
{
border-color: #734C60;
}
</style>