Shades of Cosmic #734D58
Tints of Cosmic #734D58
RGB
CMYK
RGB Variations
Color information
#734D58 (or 0x734D58) is known color: Cosmic. HEX triplet: 73, 4D and 58. RGB value is (115,77,88). Sum of RGB (Red+Green+Blue) = 115+77+88=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D58 is #8CB2A7. Grayscale: #595959. Windows color (decimal): -9220776 or 5786995. OLE color: 5786995.
HSL color Cylindrical-coordinate representation of color #734D58: hue angle of 342.63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D58 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 88 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.55 |
| HSL | 342.63º | 0.2% | 0.38% | - |
| HSV(B) | 342.63º | 0.33% | 0.45% | - |
| XYZ | 11.49 | 9.66 | 10.49 | - |
| YUV | 89.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 88 | 0 | 0.33 | 0.23 | 0.55 | 342.63 | 0.2 | 0.38 |
| Hex | 73 | 4D | 58 | 0 | 21 | 17 | 37 | 157 | 14 | 26 |
| Octal | 163 | 115 | 130 | 0 | 41 | 27 | 67 | 527 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1011000 | 0 | 100001 | 10111 | 110111 | 101010111 | 10100 | 100110 |
Color Harmonies of #734D58
Complementary color
Monochromatic Colors of #734D58
Black with #734D58
Text Example
Text Example
White with #734D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D58; }
p { color: rgb(115,77,88); }
H1.HeaderClassName
{
color: #734D58;
}
.AnyTagClassName
{
color: #734D58;
}
</style>
background-color css
<style>
a { background-color: #734D58; }
a { background-color: rgb(115,77,88); }
div.DivClassName
{
background-color: #734D58;
}
.BgClassName
{
background-color: #734D58;
}
</style>
border-color css
<style>
span { border-color: #734D58; }
span { border-color: rgb(115,77,88); }
td.TdClassName
{
border-color: #734D58;
}
.TagClassName
{
border-color: #734D58;
}
</style>