Shades of Cosmic #734A62
Tints of Cosmic #734A62
RGB
CMYK
RGB Variations
Color information
#734A62 (or 0x734A62) is known color: Cosmic. HEX triplet: 73, 4A and 62. RGB value is (115,74,98). Sum of RGB (Red+Green+Blue) = 115+74+98=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A62 is #8CB59D. Grayscale: #585858. Windows color (decimal): -9221534 or 6441587. OLE color: 6441587.
HSL color Cylindrical-coordinate representation of color #734A62: hue angle of 324.88º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A62 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 98 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.55 |
| HSL | 324.88º | 0.22% | 0.37% | - |
| HSV(B) | 324.88º | 0.36% | 0.45% | - |
| XYZ | 11.72 | 9.42 | 12.76 | - |
| YUV | 89 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 98 | 0 | 0.36 | 0.15 | 0.55 | 324.88 | 0.22 | 0.37 |
| Hex | 73 | 4A | 62 | 0 | 24 | F | 37 | 145 | 16 | 25 |
| Octal | 163 | 112 | 142 | 0 | 44 | 17 | 67 | 505 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1100010 | 0 | 100100 | 1111 | 110111 | 101000101 | 10110 | 100101 |
Color Harmonies of #734A62
Complementary color
Monochromatic Colors of #734A62
Black with #734A62
Text Example
Text Example
White with #734A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A62; }
p { color: rgb(115,74,98); }
H1.HeaderClassName
{
color: #734A62;
}
.AnyTagClassName
{
color: #734A62;
}
</style>
background-color css
<style>
a { background-color: #734A62; }
a { background-color: rgb(115,74,98); }
div.DivClassName
{
background-color: #734A62;
}
.BgClassName
{
background-color: #734A62;
}
</style>
border-color css
<style>
span { border-color: #734A62; }
span { border-color: rgb(115,74,98); }
td.TdClassName
{
border-color: #734A62;
}
.TagClassName
{
border-color: #734A62;
}
</style>