Shades of Cosmic #763C5C
Tints of Cosmic #763C5C
RGB
CMYK
RGB Variations
Color information
#763C5C (or 0x763C5C) is known color: Cosmic. HEX triplet: 76, 3C and 5C. RGB value is (118,60,92). Sum of RGB (Red+Green+Blue) = 118+60+92=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5C is #89C3A3. Grayscale: #505050. Windows color (decimal): -9028516 or 6044790. OLE color: 6044790.
HSL color Cylindrical-coordinate representation of color #763C5C: hue angle of 326.9º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C5C is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 92 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.54 |
| HSL | 326.9º | 0.33% | 0.35% | - |
| HSV(B) | 326.9º | 0.49% | 0.46% | - |
| XYZ | 11.02 | 7.86 | 11.06 | - |
| YUV | 80.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 92 | 0 | 0.49 | 0.22 | 0.54 | 326.9 | 0.33 | 0.35 |
| Hex | 76 | 3C | 5C | 0 | 31 | 16 | 36 | 147 | 21 | 23 |
| Octal | 166 | 74 | 134 | 0 | 61 | 26 | 66 | 507 | 41 | 43 |
| Binary | 1110110 | 111100 | 1011100 | 0 | 110001 | 10110 | 110110 | 101000111 | 100001 | 100011 |
Color Harmonies of #763C5C
Complementary color
Monochromatic Colors of #763C5C
Black with #763C5C
Text Example
Text Example
White with #763C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C5C; }
p { color: rgb(118,60,92); }
H1.HeaderClassName
{
color: #763C5C;
}
.AnyTagClassName
{
color: #763C5C;
}
</style>
background-color css
<style>
a { background-color: #763C5C; }
a { background-color: rgb(118,60,92); }
div.DivClassName
{
background-color: #763C5C;
}
.BgClassName
{
background-color: #763C5C;
}
</style>
border-color css
<style>
span { border-color: #763C5C; }
span { border-color: rgb(118,60,92); }
td.TdClassName
{
border-color: #763C5C;
}
.TagClassName
{
border-color: #763C5C;
}
</style>