Shades of Cosmic #764A60
Tints of Cosmic #764A60
RGB
CMYK
RGB Variations
Color information
#764A60 (or 0x764A60) is known color: Cosmic. HEX triplet: 76, 4A and 60. RGB value is (118,74,96). Sum of RGB (Red+Green+Blue) = 118+74+96=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A60 is #89B59F. Grayscale: #595959. Windows color (decimal): -9024928 or 6310518. OLE color: 6310518.
HSL color Cylindrical-coordinate representation of color #764A60: hue angle of 330º 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 #764A60 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 96 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.54 |
| HSL | 330º | 0.23% | 0.38% | - |
| HSV(B) | 330º | 0.37% | 0.46% | - |
| XYZ | 12.03 | 9.59 | 12.28 | - |
| YUV | 89.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 96 | 0 | 0.37 | 0.19 | 0.54 | 330 | 0.23 | 0.38 |
| Hex | 76 | 4A | 60 | 0 | 25 | 13 | 36 | 14A | 17 | 26 |
| Octal | 166 | 112 | 140 | 0 | 45 | 23 | 66 | 512 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1100000 | 0 | 100101 | 10011 | 110110 | 101001010 | 10111 | 100110 |
Color Harmonies of #764A60
Complementary color
Monochromatic Colors of #764A60
Black with #764A60
Text Example
Text Example
White with #764A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A60; }
p { color: rgb(118,74,96); }
H1.HeaderClassName
{
color: #764A60;
}
.AnyTagClassName
{
color: #764A60;
}
</style>
background-color css
<style>
a { background-color: #764A60; }
a { background-color: rgb(118,74,96); }
div.DivClassName
{
background-color: #764A60;
}
.BgClassName
{
background-color: #764A60;
}
</style>
border-color css
<style>
span { border-color: #764A60; }
span { border-color: rgb(118,74,96); }
td.TdClassName
{
border-color: #764A60;
}
.TagClassName
{
border-color: #764A60;
}
</style>