Shades of Cosmic #763E5B
Tints of Cosmic #763E5B
RGB
CMYK
RGB Variations
Color information
#763E5B (or 0x763E5B) is known color: Cosmic. HEX triplet: 76, 3E and 5B. RGB value is (118,62,91). Sum of RGB (Red+Green+Blue) = 118+62+91=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E5B is #89C1A4. Grayscale: #515151. Windows color (decimal): -9028005 or 5979766. OLE color: 5979766.
HSL color Cylindrical-coordinate representation of color #763E5B: hue angle of 328.93º 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 #763E5B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 91 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.54 |
| HSL | 328.93º | 0.31% | 0.35% | - |
| HSV(B) | 328.93º | 0.47% | 0.46% | - |
| XYZ | 11.08 | 8.05 | 10.87 | - |
| YUV | 82.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 91 | 0 | 0.47 | 0.23 | 0.54 | 328.93 | 0.31 | 0.35 |
| Hex | 76 | 3E | 5B | 0 | 2F | 17 | 36 | 149 | 1F | 23 |
| Octal | 166 | 76 | 133 | 0 | 57 | 27 | 66 | 511 | 37 | 43 |
| Binary | 1110110 | 111110 | 1011011 | 0 | 101111 | 10111 | 110110 | 101001001 | 11111 | 100011 |
Color Harmonies of #763E5B
Complementary color
Monochromatic Colors of #763E5B
Black with #763E5B
Text Example
Text Example
White with #763E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E5B; }
p { color: rgb(118,62,91); }
H1.HeaderClassName
{
color: #763E5B;
}
.AnyTagClassName
{
color: #763E5B;
}
</style>
background-color css
<style>
a { background-color: #763E5B; }
a { background-color: rgb(118,62,91); }
div.DivClassName
{
background-color: #763E5B;
}
.BgClassName
{
background-color: #763E5B;
}
</style>
border-color css
<style>
span { border-color: #763E5B; }
span { border-color: rgb(118,62,91); }
td.TdClassName
{
border-color: #763E5B;
}
.TagClassName
{
border-color: #763E5B;
}
</style>