Shades of Cosmic #734E59
Tints of Cosmic #734E59
RGB
CMYK
RGB Variations
Color information
#734E59 (or 0x734E59) is known color: Cosmic. HEX triplet: 73, 4E and 59. RGB value is (115,78,89). Sum of RGB (Red+Green+Blue) = 115+78+89=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #734E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E59 is #8CB1A6. Grayscale: #5A5A5A. Windows color (decimal): -9220519 or 5852787. OLE color: 5852787.
HSL color Cylindrical-coordinate representation of color #734E59: hue angle of 342.16º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E59 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 89 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.55 |
| HSL | 342.16º | 0.19% | 0.38% | - |
| HSV(B) | 342.16º | 0.32% | 0.45% | - |
| XYZ | 11.6 | 9.81 | 10.73 | - |
| YUV | 90.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 89 | 0 | 0.32 | 0.23 | 0.55 | 342.16 | 0.19 | 0.38 |
| Hex | 73 | 4E | 59 | 0 | 20 | 17 | 37 | 156 | 13 | 26 |
| Octal | 163 | 116 | 131 | 0 | 40 | 27 | 67 | 526 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1011001 | 0 | 100000 | 10111 | 110111 | 101010110 | 10011 | 100110 |
Color Harmonies of #734E59
Complementary color
Monochromatic Colors of #734E59
Black with #734E59
Text Example
Text Example
White with #734E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E59; }
p { color: rgb(115,78,89); }
H1.HeaderClassName
{
color: #734E59;
}
.AnyTagClassName
{
color: #734E59;
}
</style>
background-color css
<style>
a { background-color: #734E59; }
a { background-color: rgb(115,78,89); }
div.DivClassName
{
background-color: #734E59;
}
.BgClassName
{
background-color: #734E59;
}
</style>
border-color css
<style>
span { border-color: #734E59; }
span { border-color: rgb(115,78,89); }
td.TdClassName
{
border-color: #734E59;
}
.TagClassName
{
border-color: #734E59;
}
</style>