Shades of Cosmic #734863
Tints of Cosmic #734863
RGB
CMYK
RGB Variations
Color information
#734863 (or 0x734863) is known color: Cosmic. HEX triplet: 73, 48 and 63. RGB value is (115,72,99). Sum of RGB (Red+Green+Blue) = 115+72+99=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734863 is #8CB79C. Grayscale: #575757. Windows color (decimal): -9222045 or 6506611. OLE color: 6506611.
HSL color Cylindrical-coordinate representation of color #734863: hue angle of 322.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734863 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 99 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.55 |
| HSL | 322.33º | 0.23% | 0.37% | - |
| HSV(B) | 322.33º | 0.37% | 0.45% | - |
| XYZ | 11.64 | 9.18 | 12.96 | - |
| YUV | 87.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 99 | 0 | 0.37 | 0.14 | 0.55 | 322.33 | 0.23 | 0.37 |
| Hex | 73 | 48 | 63 | 0 | 25 | E | 37 | 142 | 17 | 25 |
| Octal | 163 | 110 | 143 | 0 | 45 | 16 | 67 | 502 | 27 | 45 |
| Binary | 1110011 | 1001000 | 1100011 | 0 | 100101 | 1110 | 110111 | 101000010 | 10111 | 100101 |
Color Harmonies of #734863
Complementary color
Monochromatic Colors of #734863
Black with #734863
Text Example
Text Example
White with #734863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734863; }
p { color: rgb(115,72,99); }
H1.HeaderClassName
{
color: #734863;
}
.AnyTagClassName
{
color: #734863;
}
</style>
background-color css
<style>
a { background-color: #734863; }
a { background-color: rgb(115,72,99); }
div.DivClassName
{
background-color: #734863;
}
.BgClassName
{
background-color: #734863;
}
</style>
border-color css
<style>
span { border-color: #734863; }
span { border-color: rgb(115,72,99); }
td.TdClassName
{
border-color: #734863;
}
.TagClassName
{
border-color: #734863;
}
</style>