Shades of Cosmic #764863
Tints of Cosmic #764863
RGB
CMYK
RGB Variations
Color information
#764863 (or 0x764863) is known color: Cosmic. HEX triplet: 76, 48 and 63. RGB value is (118,72,99). Sum of RGB (Red+Green+Blue) = 118+72+99=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764863 is #89B79C. Grayscale: #585858. Windows color (decimal): -9025437 or 6506614. OLE color: 6506614.
HSL color Cylindrical-coordinate representation of color #764863: hue angle of 324.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764863 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 99 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.54 |
| HSL | 324.78º | 0.24% | 0.37% | - |
| HSV(B) | 324.78º | 0.39% | 0.46% | - |
| XYZ | 12.04 | 9.39 | 12.98 | - |
| YUV | 88.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 99 | 0 | 0.39 | 0.16 | 0.54 | 324.78 | 0.24 | 0.37 |
| Hex | 76 | 48 | 63 | 0 | 27 | 10 | 36 | 145 | 18 | 25 |
| Octal | 166 | 110 | 143 | 0 | 47 | 20 | 66 | 505 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1100011 | 0 | 100111 | 10000 | 110110 | 101000101 | 11000 | 100101 |
Color Harmonies of #764863
Complementary color
Monochromatic Colors of #764863
Black with #764863
Text Example
Text Example
White with #764863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764863; }
p { color: rgb(118,72,99); }
H1.HeaderClassName
{
color: #764863;
}
.AnyTagClassName
{
color: #764863;
}
</style>
background-color css
<style>
a { background-color: #764863; }
a { background-color: rgb(118,72,99); }
div.DivClassName
{
background-color: #764863;
}
.BgClassName
{
background-color: #764863;
}
</style>
border-color css
<style>
span { border-color: #764863; }
span { border-color: rgb(118,72,99); }
td.TdClassName
{
border-color: #764863;
}
.TagClassName
{
border-color: #764863;
}
</style>