Shades of Cosmic #763F5F
Tints of Cosmic #763F5F
RGB
CMYK
RGB Variations
Color information
#763F5F (or 0x763F5F) is known color: Cosmic. HEX triplet: 76, 3F and 5F. RGB value is (118,63,95). Sum of RGB (Red+Green+Blue) = 118+63+95=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5F is #89C0A0. Grayscale: #535353. Windows color (decimal): -9027745 or 6242166. OLE color: 6242166.
HSL color Cylindrical-coordinate representation of color #763F5F: hue angle of 325.09º 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 #763F5F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 95 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.54 |
| HSL | 325.09º | 0.3% | 0.35% | - |
| HSV(B) | 325.09º | 0.47% | 0.46% | - |
| XYZ | 11.31 | 8.23 | 11.82 | - |
| YUV | 83.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 95 | 0 | 0.47 | 0.19 | 0.54 | 325.09 | 0.3 | 0.35 |
| Hex | 76 | 3F | 5F | 0 | 2F | 13 | 36 | 145 | 1E | 23 |
| Octal | 166 | 77 | 137 | 0 | 57 | 23 | 66 | 505 | 36 | 43 |
| Binary | 1110110 | 111111 | 1011111 | 0 | 101111 | 10011 | 110110 | 101000101 | 11110 | 100011 |
Color Harmonies of #763F5F
Complementary color
Monochromatic Colors of #763F5F
Black with #763F5F
Text Example
Text Example
White with #763F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F5F; }
p { color: rgb(118,63,95); }
H1.HeaderClassName
{
color: #763F5F;
}
.AnyTagClassName
{
color: #763F5F;
}
</style>
background-color css
<style>
a { background-color: #763F5F; }
a { background-color: rgb(118,63,95); }
div.DivClassName
{
background-color: #763F5F;
}
.BgClassName
{
background-color: #763F5F;
}
</style>
border-color css
<style>
span { border-color: #763F5F; }
span { border-color: rgb(118,63,95); }
td.TdClassName
{
border-color: #763F5F;
}
.TagClassName
{
border-color: #763F5F;
}
</style>