Shades of Cosmic #734D68
Tints of Cosmic #734D68
RGB
CMYK
RGB Variations
Color information
#734D68 (or 0x734D68) is known color: Cosmic. HEX triplet: 73, 4D and 68. RGB value is (115,77,104). Sum of RGB (Red+Green+Blue) = 115+77+104=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #734D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D68 is #8CB297. Grayscale: #5B5B5B. Windows color (decimal): -9220760 or 6835571. OLE color: 6835571.
HSL color Cylindrical-coordinate representation of color #734D68: hue angle of 317.37º 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 #734D68 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 104 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.55 |
| HSL | 317.37º | 0.2% | 0.38% | - |
| HSV(B) | 317.37º | 0.33% | 0.45% | - |
| XYZ | 12.22 | 9.95 | 14.37 | - |
| YUV | 91.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 104 | 0 | 0.33 | 0.10 | 0.55 | 317.37 | 0.2 | 0.38 |
| Hex | 73 | 4D | 68 | 0 | 21 | A | 37 | 13D | 14 | 26 |
| Octal | 163 | 115 | 150 | 0 | 41 | 12 | 67 | 475 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1101000 | 0 | 100001 | 1010 | 110111 | 100111101 | 10100 | 100110 |
Color Harmonies of #734D68
Complementary color
Monochromatic Colors of #734D68
Black with #734D68
Text Example
Text Example
White with #734D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D68; }
p { color: rgb(115,77,104); }
H1.HeaderClassName
{
color: #734D68;
}
.AnyTagClassName
{
color: #734D68;
}
</style>
background-color css
<style>
a { background-color: #734D68; }
a { background-color: rgb(115,77,104); }
div.DivClassName
{
background-color: #734D68;
}
.BgClassName
{
background-color: #734D68;
}
</style>
border-color css
<style>
span { border-color: #734D68; }
span { border-color: rgb(115,77,104); }
td.TdClassName
{
border-color: #734D68;
}
.TagClassName
{
border-color: #734D68;
}
</style>