Shades of Cosmic #734C5E
Tints of Cosmic #734C5E
RGB
CMYK
RGB Variations
Color information
#734C5E (or 0x734C5E) is known color: Cosmic. HEX triplet: 73, 4C and 5E. RGB value is (115,76,94). Sum of RGB (Red+Green+Blue) = 115+76+94=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C5E is #8CB3A1. Grayscale: #595959. Windows color (decimal): -9221026 or 6179955. OLE color: 6179955.
HSL color Cylindrical-coordinate representation of color #734C5E: hue angle of 332.31º 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 #734C5E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 94 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.55 |
| HSL | 332.31º | 0.2% | 0.37% | - |
| HSV(B) | 332.31º | 0.34% | 0.45% | - |
| XYZ | 11.68 | 9.62 | 11.83 | - |
| YUV | 89.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 94 | 0 | 0.34 | 0.18 | 0.55 | 332.31 | 0.2 | 0.37 |
| Hex | 73 | 4C | 5E | 0 | 22 | 12 | 37 | 14C | 14 | 25 |
| Octal | 163 | 114 | 136 | 0 | 42 | 22 | 67 | 514 | 24 | 45 |
| Binary | 1110011 | 1001100 | 1011110 | 0 | 100010 | 10010 | 110111 | 101001100 | 10100 | 100101 |
Color Harmonies of #734C5E
Complementary color
Monochromatic Colors of #734C5E
Black with #734C5E
Text Example
Text Example
White with #734C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C5E; }
p { color: rgb(115,76,94); }
H1.HeaderClassName
{
color: #734C5E;
}
.AnyTagClassName
{
color: #734C5E;
}
</style>
background-color css
<style>
a { background-color: #734C5E; }
a { background-color: rgb(115,76,94); }
div.DivClassName
{
background-color: #734C5E;
}
.BgClassName
{
background-color: #734C5E;
}
</style>
border-color css
<style>
span { border-color: #734C5E; }
span { border-color: rgb(115,76,94); }
td.TdClassName
{
border-color: #734C5E;
}
.TagClassName
{
border-color: #734C5E;
}
</style>