Shades of Cosmic #734D64
Tints of Cosmic #734D64
RGB
CMYK
RGB Variations
Color information
#734D64 (or 0x734D64) is known color: Cosmic. HEX triplet: 73, 4D and 64. RGB value is (115,77,100). Sum of RGB (Red+Green+Blue) = 115+77+100=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #734D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D64 is #8CB29B. Grayscale: #5A5A5A. Windows color (decimal): -9220764 or 6573427. OLE color: 6573427.
HSL color Cylindrical-coordinate representation of color #734D64: hue angle of 323.68º 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 #734D64 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 100 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.55 |
| HSL | 323.68º | 0.2% | 0.38% | - |
| HSV(B) | 323.68º | 0.33% | 0.45% | - |
| XYZ | 12.02 | 9.87 | 13.33 | - |
| YUV | 90.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 100 | 0 | 0.33 | 0.13 | 0.55 | 323.68 | 0.2 | 0.38 |
| Hex | 73 | 4D | 64 | 0 | 21 | D | 37 | 144 | 14 | 26 |
| Octal | 163 | 115 | 144 | 0 | 41 | 15 | 67 | 504 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1100100 | 0 | 100001 | 1101 | 110111 | 101000100 | 10100 | 100110 |
Color Harmonies of #734D64
Complementary color
Monochromatic Colors of #734D64
Black with #734D64
Text Example
Text Example
White with #734D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D64; }
p { color: rgb(115,77,100); }
H1.HeaderClassName
{
color: #734D64;
}
.AnyTagClassName
{
color: #734D64;
}
</style>
background-color css
<style>
a { background-color: #734D64; }
a { background-color: rgb(115,77,100); }
div.DivClassName
{
background-color: #734D64;
}
.BgClassName
{
background-color: #734D64;
}
</style>
border-color css
<style>
span { border-color: #734D64; }
span { border-color: rgb(115,77,100); }
td.TdClassName
{
border-color: #734D64;
}
.TagClassName
{
border-color: #734D64;
}
</style>