Shades of Cosmic #763A60
Tints of Cosmic #763A60
RGB
CMYK
RGB Variations
Color information
#763A60 (or 0x763A60) is known color: Cosmic. HEX triplet: 76, 3A and 60. RGB value is (118,58,96). Sum of RGB (Red+Green+Blue) = 118+58+96=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A60 is #89C59F. Grayscale: #505050. Windows color (decimal): -9029024 or 6306422. OLE color: 6306422.
HSL color Cylindrical-coordinate representation of color #763A60: hue angle of 322º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A60 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 96 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.54 |
| HSL | 322º | 0.34% | 0.35% | - |
| HSV(B) | 322º | 0.51% | 0.46% | - |
| XYZ | 11.1 | 7.72 | 11.97 | - |
| YUV | 80.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 96 | 0 | 0.51 | 0.19 | 0.54 | 322 | 0.34 | 0.35 |
| Hex | 76 | 3A | 60 | 0 | 33 | 13 | 36 | 142 | 22 | 23 |
| Octal | 166 | 72 | 140 | 0 | 63 | 23 | 66 | 502 | 42 | 43 |
| Binary | 1110110 | 111010 | 1100000 | 0 | 110011 | 10011 | 110110 | 101000010 | 100010 | 100011 |
Color Harmonies of #763A60
Complementary color
Monochromatic Colors of #763A60
Black with #763A60
Text Example
Text Example
White with #763A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A60; }
p { color: rgb(118,58,96); }
H1.HeaderClassName
{
color: #763A60;
}
.AnyTagClassName
{
color: #763A60;
}
</style>
background-color css
<style>
a { background-color: #763A60; }
a { background-color: rgb(118,58,96); }
div.DivClassName
{
background-color: #763A60;
}
.BgClassName
{
background-color: #763A60;
}
</style>
border-color css
<style>
span { border-color: #763A60; }
span { border-color: rgb(118,58,96); }
td.TdClassName
{
border-color: #763A60;
}
.TagClassName
{
border-color: #763A60;
}
</style>