Shades of Cosmic #734C59
Tints of Cosmic #734C59
RGB
CMYK
RGB Variations
Color information
#734C59 (or 0x734C59) is known color: Cosmic. HEX triplet: 73, 4C and 59. RGB value is (115,76,89). Sum of RGB (Red+Green+Blue) = 115+76+89=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C59 is #8CB3A6. Grayscale: #595959. Windows color (decimal): -9221031 or 5852275. OLE color: 5852275.
HSL color Cylindrical-coordinate representation of color #734C59: hue angle of 340º 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 #734C59 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 89 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.55 |
| HSL | 340º | 0.2% | 0.37% | - |
| HSV(B) | 340º | 0.34% | 0.45% | - |
| XYZ | 11.46 | 9.53 | 10.69 | - |
| YUV | 89.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 89 | 0 | 0.34 | 0.23 | 0.55 | 340 | 0.2 | 0.37 |
| Hex | 73 | 4C | 59 | 0 | 22 | 17 | 37 | 154 | 14 | 25 |
| Octal | 163 | 114 | 131 | 0 | 42 | 27 | 67 | 524 | 24 | 45 |
| Binary | 1110011 | 1001100 | 1011001 | 0 | 100010 | 10111 | 110111 | 101010100 | 10100 | 100101 |
Color Harmonies of #734C59
Complementary color
Monochromatic Colors of #734C59
Black with #734C59
Text Example
Text Example
White with #734C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C59; }
p { color: rgb(115,76,89); }
H1.HeaderClassName
{
color: #734C59;
}
.AnyTagClassName
{
color: #734C59;
}
</style>
background-color css
<style>
a { background-color: #734C59; }
a { background-color: rgb(115,76,89); }
div.DivClassName
{
background-color: #734C59;
}
.BgClassName
{
background-color: #734C59;
}
</style>
border-color css
<style>
span { border-color: #734C59; }
span { border-color: rgb(115,76,89); }
td.TdClassName
{
border-color: #734C59;
}
.TagClassName
{
border-color: #734C59;
}
</style>