Shades of Cosmic #734E5D
Tints of Cosmic #734E5D
RGB
CMYK
RGB Variations
Color information
#734E5D (or 0x734E5D) is known color: Cosmic. HEX triplet: 73, 4E and 5D. RGB value is (115,78,93). Sum of RGB (Red+Green+Blue) = 115+78+93=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E5D is #8CB1A2. Grayscale: #5A5A5A. Windows color (decimal): -9220515 or 6114931. OLE color: 6114931.
HSL color Cylindrical-coordinate representation of color #734E5D: hue angle of 335.68º 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 #734E5D is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 93 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.55 |
| HSL | 335.68º | 0.19% | 0.38% | - |
| HSV(B) | 335.68º | 0.32% | 0.45% | - |
| XYZ | 11.77 | 9.88 | 11.64 | - |
| YUV | 90.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 93 | 0 | 0.32 | 0.19 | 0.55 | 335.68 | 0.19 | 0.38 |
| Hex | 73 | 4E | 5D | 0 | 20 | 13 | 37 | 150 | 13 | 26 |
| Octal | 163 | 116 | 135 | 0 | 40 | 23 | 67 | 520 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1011101 | 0 | 100000 | 10011 | 110111 | 101010000 | 10011 | 100110 |
Color Harmonies of #734E5D
Complementary color
Monochromatic Colors of #734E5D
Black with #734E5D
Text Example
Text Example
White with #734E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E5D; }
p { color: rgb(115,78,93); }
H1.HeaderClassName
{
color: #734E5D;
}
.AnyTagClassName
{
color: #734E5D;
}
</style>
background-color css
<style>
a { background-color: #734E5D; }
a { background-color: rgb(115,78,93); }
div.DivClassName
{
background-color: #734E5D;
}
.BgClassName
{
background-color: #734E5D;
}
</style>
border-color css
<style>
span { border-color: #734E5D; }
span { border-color: rgb(115,78,93); }
td.TdClassName
{
border-color: #734E5D;
}
.TagClassName
{
border-color: #734E5D;
}
</style>