Shades of Cosmic #763F5E
Tints of Cosmic #763F5E
RGB
CMYK
RGB Variations
Color information
#763F5E (or 0x763F5E) is known color: Cosmic. HEX triplet: 76, 3F and 5E. RGB value is (118,63,94). Sum of RGB (Red+Green+Blue) = 118+63+94=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5E is #89C0A1. Grayscale: #525252. Windows color (decimal): -9027746 or 6176630. OLE color: 6176630.
HSL color Cylindrical-coordinate representation of color #763F5E: hue angle of 326.18º degrees, saturation: 0.3, 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 #763F5E is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 94 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.54 |
| HSL | 326.18º | 0.3% | 0.35% | - |
| HSV(B) | 326.18º | 0.47% | 0.46% | - |
| XYZ | 11.27 | 8.21 | 11.58 | - |
| YUV | 82.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 94 | 0 | 0.47 | 0.20 | 0.54 | 326.18 | 0.3 | 0.35 |
| Hex | 76 | 3F | 5E | 0 | 2F | 14 | 36 | 146 | 1E | 23 |
| Octal | 166 | 77 | 136 | 0 | 57 | 24 | 66 | 506 | 36 | 43 |
| Binary | 1110110 | 111111 | 1011110 | 0 | 101111 | 10100 | 110110 | 101000110 | 11110 | 100011 |
Color Harmonies of #763F5E
Complementary color
Monochromatic Colors of #763F5E
Black with #763F5E
Text Example
Text Example
White with #763F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F5E; }
p { color: rgb(118,63,94); }
H1.HeaderClassName
{
color: #763F5E;
}
.AnyTagClassName
{
color: #763F5E;
}
</style>
background-color css
<style>
a { background-color: #763F5E; }
a { background-color: rgb(118,63,94); }
div.DivClassName
{
background-color: #763F5E;
}
.BgClassName
{
background-color: #763F5E;
}
</style>
border-color css
<style>
span { border-color: #763F5E; }
span { border-color: rgb(118,63,94); }
td.TdClassName
{
border-color: #763F5E;
}
.TagClassName
{
border-color: #763F5E;
}
</style>