Shades of Cosmic #764961
Tints of Cosmic #764961
RGB
CMYK
RGB Variations
Color information
#764961 (or 0x764961) is known color: Cosmic. HEX triplet: 76, 49 and 61. RGB value is (118,73,97). Sum of RGB (Red+Green+Blue) = 118+73+97=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764961 is #89B69E. Grayscale: #595959. Windows color (decimal): -9025183 or 6375798. OLE color: 6375798.
HSL color Cylindrical-coordinate representation of color #764961: hue angle of 328º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #764961 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 97 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.54 |
| HSL | 328º | 0.24% | 0.37% | - |
| HSV(B) | 328º | 0.38% | 0.46% | - |
| XYZ | 12.01 | 9.48 | 12.51 | - |
| YUV | 89.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 97 | 0 | 0.38 | 0.18 | 0.54 | 328 | 0.24 | 0.37 |
| Hex | 76 | 49 | 61 | 0 | 26 | 12 | 36 | 148 | 18 | 25 |
| Octal | 166 | 111 | 141 | 0 | 46 | 22 | 66 | 510 | 30 | 45 |
| Binary | 1110110 | 1001001 | 1100001 | 0 | 100110 | 10010 | 110110 | 101001000 | 11000 | 100101 |
Color Harmonies of #764961
Complementary color
Monochromatic Colors of #764961
Black with #764961
Text Example
Text Example
White with #764961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764961; }
p { color: rgb(118,73,97); }
H1.HeaderClassName
{
color: #764961;
}
.AnyTagClassName
{
color: #764961;
}
</style>
background-color css
<style>
a { background-color: #764961; }
a { background-color: rgb(118,73,97); }
div.DivClassName
{
background-color: #764961;
}
.BgClassName
{
background-color: #764961;
}
</style>
border-color css
<style>
span { border-color: #764961; }
span { border-color: rgb(118,73,97); }
td.TdClassName
{
border-color: #764961;
}
.TagClassName
{
border-color: #764961;
}
</style>