Shades of Cosmic #734E68
Tints of Cosmic #734E68
RGB
CMYK
RGB Variations
Color information
#734E68 (or 0x734E68) is known color: Cosmic. HEX triplet: 73, 4E and 68. RGB value is (115,78,104). Sum of RGB (Red+Green+Blue) = 115+78+104=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #734E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E68 is #8CB197. Grayscale: #5B5B5B. Windows color (decimal): -9220504 or 6835827. OLE color: 6835827.
HSL color Cylindrical-coordinate representation of color #734E68: hue angle of 317.84º 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 #734E68 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 104 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.55 |
| HSL | 317.84º | 0.19% | 0.38% | - |
| HSV(B) | 317.84º | 0.32% | 0.45% | - |
| XYZ | 12.29 | 10.09 | 14.4 | - |
| YUV | 92.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 104 | 0 | 0.32 | 0.10 | 0.55 | 317.84 | 0.19 | 0.38 |
| Hex | 73 | 4E | 68 | 0 | 20 | A | 37 | 13E | 13 | 26 |
| Octal | 163 | 116 | 150 | 0 | 40 | 12 | 67 | 476 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1101000 | 0 | 100000 | 1010 | 110111 | 100111110 | 10011 | 100110 |
Color Harmonies of #734E68
Complementary color
Monochromatic Colors of #734E68
Black with #734E68
Text Example
Text Example
White with #734E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E68; }
p { color: rgb(115,78,104); }
H1.HeaderClassName
{
color: #734E68;
}
.AnyTagClassName
{
color: #734E68;
}
</style>
background-color css
<style>
a { background-color: #734E68; }
a { background-color: rgb(115,78,104); }
div.DivClassName
{
background-color: #734E68;
}
.BgClassName
{
background-color: #734E68;
}
</style>
border-color css
<style>
span { border-color: #734E68; }
span { border-color: rgb(115,78,104); }
td.TdClassName
{
border-color: #734E68;
}
.TagClassName
{
border-color: #734E68;
}
</style>