Shades of Cosmic #734E61
Tints of Cosmic #734E61
RGB
CMYK
RGB Variations
Color information
#734E61 (or 0x734E61) is known color: Cosmic. HEX triplet: 73, 4E and 61. RGB value is (115,78,97). Sum of RGB (Red+Green+Blue) = 115+78+97=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #734E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E61 is #8CB19E. Grayscale: #5B5B5B. Windows color (decimal): -9220511 or 6377075. OLE color: 6377075.
HSL color Cylindrical-coordinate representation of color #734E61: hue angle of 329.19º 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 #734E61 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 97 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.55 |
| HSL | 329.19º | 0.19% | 0.38% | - |
| HSV(B) | 329.19º | 0.32% | 0.45% | - |
| XYZ | 11.95 | 9.96 | 12.6 | - |
| YUV | 91.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 97 | 0 | 0.32 | 0.16 | 0.55 | 329.19 | 0.19 | 0.38 |
| Hex | 73 | 4E | 61 | 0 | 20 | 10 | 37 | 149 | 13 | 26 |
| Octal | 163 | 116 | 141 | 0 | 40 | 20 | 67 | 511 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1100001 | 0 | 100000 | 10000 | 110111 | 101001001 | 10011 | 100110 |
Color Harmonies of #734E61
Complementary color
Monochromatic Colors of #734E61
Black with #734E61
Text Example
Text Example
White with #734E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E61; }
p { color: rgb(115,78,97); }
H1.HeaderClassName
{
color: #734E61;
}
.AnyTagClassName
{
color: #734E61;
}
</style>
background-color css
<style>
a { background-color: #734E61; }
a { background-color: rgb(115,78,97); }
div.DivClassName
{
background-color: #734E61;
}
.BgClassName
{
background-color: #734E61;
}
</style>
border-color css
<style>
span { border-color: #734E61; }
span { border-color: rgb(115,78,97); }
td.TdClassName
{
border-color: #734E61;
}
.TagClassName
{
border-color: #734E61;
}
</style>