Shades of Cosmic #734A5E
Tints of Cosmic #734A5E
RGB
CMYK
RGB Variations
Color information
#734A5E (or 0x734A5E) is known color: Cosmic. HEX triplet: 73, 4A and 5E. RGB value is (115,74,94). Sum of RGB (Red+Green+Blue) = 115+74+94=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #734A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A5E is #8CB5A1. Grayscale: #585858. Windows color (decimal): -9221538 or 6179443. OLE color: 6179443.
HSL color Cylindrical-coordinate representation of color #734A5E: hue angle of 330.73º 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 #734A5E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 94 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.55 |
| HSL | 330.73º | 0.22% | 0.37% | - |
| HSV(B) | 330.73º | 0.36% | 0.45% | - |
| XYZ | 11.54 | 9.35 | 11.79 | - |
| YUV | 88.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 94 | 0 | 0.36 | 0.18 | 0.55 | 330.73 | 0.22 | 0.37 |
| Hex | 73 | 4A | 5E | 0 | 24 | 12 | 37 | 14B | 16 | 25 |
| Octal | 163 | 112 | 136 | 0 | 44 | 22 | 67 | 513 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1011110 | 0 | 100100 | 10010 | 110111 | 101001011 | 10110 | 100101 |
Color Harmonies of #734A5E
Complementary color
Monochromatic Colors of #734A5E
Black with #734A5E
Text Example
Text Example
White with #734A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A5E; }
p { color: rgb(115,74,94); }
H1.HeaderClassName
{
color: #734A5E;
}
.AnyTagClassName
{
color: #734A5E;
}
</style>
background-color css
<style>
a { background-color: #734A5E; }
a { background-color: rgb(115,74,94); }
div.DivClassName
{
background-color: #734A5E;
}
.BgClassName
{
background-color: #734A5E;
}
</style>
border-color css
<style>
span { border-color: #734A5E; }
span { border-color: rgb(115,74,94); }
td.TdClassName
{
border-color: #734A5E;
}
.TagClassName
{
border-color: #734A5E;
}
</style>