Shades of Cosmic #763E5C
Tints of Cosmic #763E5C
RGB
CMYK
RGB Variations
Color information
#763E5C (or 0x763E5C) is known color: Cosmic. HEX triplet: 76, 3E and 5C. RGB value is (118,62,92). Sum of RGB (Red+Green+Blue) = 118+62+92=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E5C is #89C1A3. Grayscale: #525252. Windows color (decimal): -9028004 or 6045302. OLE color: 6045302.
HSL color Cylindrical-coordinate representation of color #763E5C: hue angle of 327.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E5C is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 92 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.54 |
| HSL | 327.86º | 0.31% | 0.35% | - |
| HSV(B) | 327.86º | 0.47% | 0.46% | - |
| XYZ | 11.13 | 8.07 | 11.1 | - |
| YUV | 82.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 92 | 0 | 0.47 | 0.22 | 0.54 | 327.86 | 0.31 | 0.35 |
| Hex | 76 | 3E | 5C | 0 | 2F | 16 | 36 | 148 | 1F | 23 |
| Octal | 166 | 76 | 134 | 0 | 57 | 26 | 66 | 510 | 37 | 43 |
| Binary | 1110110 | 111110 | 1011100 | 0 | 101111 | 10110 | 110110 | 101001000 | 11111 | 100011 |
Color Harmonies of #763E5C
Complementary color
Monochromatic Colors of #763E5C
Black with #763E5C
Text Example
Text Example
White with #763E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E5C; }
p { color: rgb(118,62,92); }
H1.HeaderClassName
{
color: #763E5C;
}
.AnyTagClassName
{
color: #763E5C;
}
</style>
background-color css
<style>
a { background-color: #763E5C; }
a { background-color: rgb(118,62,92); }
div.DivClassName
{
background-color: #763E5C;
}
.BgClassName
{
background-color: #763E5C;
}
</style>
border-color css
<style>
span { border-color: #763E5C; }
span { border-color: rgb(118,62,92); }
td.TdClassName
{
border-color: #763E5C;
}
.TagClassName
{
border-color: #763E5C;
}
</style>