Shades of Cosmic #764A5D
Tints of Cosmic #764A5D
RGB
CMYK
RGB Variations
Color information
#764A5D (or 0x764A5D) is known color: Cosmic. HEX triplet: 76, 4A and 5D. RGB value is (118,74,93). Sum of RGB (Red+Green+Blue) = 118+74+93=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A5D is #89B5A2. Grayscale: #595959. Windows color (decimal): -9024931 or 6113910. OLE color: 6113910.
HSL color Cylindrical-coordinate representation of color #764A5D: hue angle of 334.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A5D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 93 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.54 |
| HSL | 334.09º | 0.23% | 0.38% | - |
| HSV(B) | 334.09º | 0.37% | 0.46% | - |
| XYZ | 11.9 | 9.54 | 11.57 | - |
| YUV | 89.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 93 | 0 | 0.37 | 0.21 | 0.54 | 334.09 | 0.23 | 0.38 |
| Hex | 76 | 4A | 5D | 0 | 25 | 15 | 36 | 14E | 17 | 26 |
| Octal | 166 | 112 | 135 | 0 | 45 | 25 | 66 | 516 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1011101 | 0 | 100101 | 10101 | 110110 | 101001110 | 10111 | 100110 |
Color Harmonies of #764A5D
Complementary color
Monochromatic Colors of #764A5D
Black with #764A5D
Text Example
Text Example
White with #764A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A5D; }
p { color: rgb(118,74,93); }
H1.HeaderClassName
{
color: #764A5D;
}
.AnyTagClassName
{
color: #764A5D;
}
</style>
background-color css
<style>
a { background-color: #764A5D; }
a { background-color: rgb(118,74,93); }
div.DivClassName
{
background-color: #764A5D;
}
.BgClassName
{
background-color: #764A5D;
}
</style>
border-color css
<style>
span { border-color: #764A5D; }
span { border-color: rgb(118,74,93); }
td.TdClassName
{
border-color: #764A5D;
}
.TagClassName
{
border-color: #764A5D;
}
</style>