Shades of Cosmic #734D5B
Tints of Cosmic #734D5B
RGB
CMYK
RGB Variations
Color information
#734D5B (or 0x734D5B) is known color: Cosmic. HEX triplet: 73, 4D and 5B. RGB value is (115,77,91). Sum of RGB (Red+Green+Blue) = 115+77+91=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5B is #8CB2A4. Grayscale: #595959. Windows color (decimal): -9220773 or 5983603. OLE color: 5983603.
HSL color Cylindrical-coordinate representation of color #734D5B: hue angle of 337.89º 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 #734D5B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 91 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.55 |
| HSL | 337.89º | 0.2% | 0.38% | - |
| HSV(B) | 337.89º | 0.33% | 0.45% | - |
| XYZ | 11.61 | 9.71 | 11.16 | - |
| YUV | 89.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 91 | 0 | 0.33 | 0.21 | 0.55 | 337.89 | 0.2 | 0.38 |
| Hex | 73 | 4D | 5B | 0 | 21 | 15 | 37 | 152 | 14 | 26 |
| Octal | 163 | 115 | 133 | 0 | 41 | 25 | 67 | 522 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1011011 | 0 | 100001 | 10101 | 110111 | 101010010 | 10100 | 100110 |
Color Harmonies of #734D5B
Complementary color
Monochromatic Colors of #734D5B
Black with #734D5B
Text Example
Text Example
White with #734D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D5B; }
p { color: rgb(115,77,91); }
H1.HeaderClassName
{
color: #734D5B;
}
.AnyTagClassName
{
color: #734D5B;
}
</style>
background-color css
<style>
a { background-color: #734D5B; }
a { background-color: rgb(115,77,91); }
div.DivClassName
{
background-color: #734D5B;
}
.BgClassName
{
background-color: #734D5B;
}
</style>
border-color css
<style>
span { border-color: #734D5B; }
span { border-color: rgb(115,77,91); }
td.TdClassName
{
border-color: #734D5B;
}
.TagClassName
{
border-color: #734D5B;
}
</style>