Shades of Cosmic #734865
Tints of Cosmic #734865
RGB
CMYK
RGB Variations
Color information
#734865 (or 0x734865) is known color: Cosmic. HEX triplet: 73, 48 and 65. RGB value is (115,72,101). Sum of RGB (Red+Green+Blue) = 115+72+101=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #734865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734865 is #8CB79A. Grayscale: #585858. Windows color (decimal): -9222043 or 6637683. OLE color: 6637683.
HSL color Cylindrical-coordinate representation of color #734865: hue angle of 319.53º 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 #734865 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 101 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.55 |
| HSL | 319.53º | 0.23% | 0.37% | - |
| HSV(B) | 319.53º | 0.37% | 0.45% | - |
| XYZ | 11.74 | 9.22 | 13.47 | - |
| YUV | 88.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 101 | 0 | 0.37 | 0.12 | 0.55 | 319.53 | 0.23 | 0.37 |
| Hex | 73 | 48 | 65 | 0 | 25 | C | 37 | 140 | 17 | 25 |
| Octal | 163 | 110 | 145 | 0 | 45 | 14 | 67 | 500 | 27 | 45 |
| Binary | 1110011 | 1001000 | 1100101 | 0 | 100101 | 1100 | 110111 | 101000000 | 10111 | 100101 |
Color Harmonies of #734865
Complementary color
Monochromatic Colors of #734865
Black with #734865
Text Example
Text Example
White with #734865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734865; }
p { color: rgb(115,72,101); }
H1.HeaderClassName
{
color: #734865;
}
.AnyTagClassName
{
color: #734865;
}
</style>
background-color css
<style>
a { background-color: #734865; }
a { background-color: rgb(115,72,101); }
div.DivClassName
{
background-color: #734865;
}
.BgClassName
{
background-color: #734865;
}
</style>
border-color css
<style>
span { border-color: #734865; }
span { border-color: rgb(115,72,101); }
td.TdClassName
{
border-color: #734865;
}
.TagClassName
{
border-color: #734865;
}
</style>