Shades of Cosmic #734A5C
Tints of Cosmic #734A5C
RGB
CMYK
RGB Variations
Color information
#734A5C (or 0x734A5C) is known color: Cosmic. HEX triplet: 73, 4A and 5C. RGB value is (115,74,92). Sum of RGB (Red+Green+Blue) = 115+74+92=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A5C is #8CB5A3. Grayscale: #585858. Windows color (decimal): -9221540 or 6048371. OLE color: 6048371.
HSL color Cylindrical-coordinate representation of color #734A5C: hue angle of 333.66º 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 #734A5C is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 92 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.55 |
| HSL | 333.66º | 0.22% | 0.37% | - |
| HSV(B) | 333.66º | 0.36% | 0.45% | - |
| XYZ | 11.45 | 9.32 | 11.32 | - |
| YUV | 88.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 92 | 0 | 0.36 | 0.20 | 0.55 | 333.66 | 0.22 | 0.37 |
| Hex | 73 | 4A | 5C | 0 | 24 | 14 | 37 | 14E | 16 | 25 |
| Octal | 163 | 112 | 134 | 0 | 44 | 24 | 67 | 516 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1011100 | 0 | 100100 | 10100 | 110111 | 101001110 | 10110 | 100101 |
Color Harmonies of #734A5C
Complementary color
Monochromatic Colors of #734A5C
Black with #734A5C
Text Example
Text Example
White with #734A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A5C; }
p { color: rgb(115,74,92); }
H1.HeaderClassName
{
color: #734A5C;
}
.AnyTagClassName
{
color: #734A5C;
}
</style>
background-color css
<style>
a { background-color: #734A5C; }
a { background-color: rgb(115,74,92); }
div.DivClassName
{
background-color: #734A5C;
}
.BgClassName
{
background-color: #734A5C;
}
</style>
border-color css
<style>
span { border-color: #734A5C; }
span { border-color: rgb(115,74,92); }
td.TdClassName
{
border-color: #734A5C;
}
.TagClassName
{
border-color: #734A5C;
}
</style>