Shades of Cosmic #76495E
Tints of Cosmic #76495E
RGB
CMYK
RGB Variations
Color information
#76495E (or 0x76495E) is known color: Cosmic. HEX triplet: 76, 49 and 5E. RGB value is (118,73,94). Sum of RGB (Red+Green+Blue) = 118+73+94=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76495E is #89B6A1. Grayscale: #585858. Windows color (decimal): -9025186 or 6179190. OLE color: 6179190.
HSL color Cylindrical-coordinate representation of color #76495E: hue angle of 332º 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 #76495E is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 94 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.54 |
| HSL | 332º | 0.24% | 0.37% | - |
| HSV(B) | 332º | 0.38% | 0.46% | - |
| XYZ | 11.87 | 9.42 | 11.78 | - |
| YUV | 88.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 94 | 0 | 0.38 | 0.20 | 0.54 | 332 | 0.24 | 0.37 |
| Hex | 76 | 49 | 5E | 0 | 26 | 14 | 36 | 14C | 18 | 25 |
| Octal | 166 | 111 | 136 | 0 | 46 | 24 | 66 | 514 | 30 | 45 |
| Binary | 1110110 | 1001001 | 1011110 | 0 | 100110 | 10100 | 110110 | 101001100 | 11000 | 100101 |
Color Harmonies of #76495E
Complementary color
Monochromatic Colors of #76495E
Black with #76495E
Text Example
Text Example
White with #76495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76495E; }
p { color: rgb(118,73,94); }
H1.HeaderClassName
{
color: #76495E;
}
.AnyTagClassName
{
color: #76495E;
}
</style>
background-color css
<style>
a { background-color: #76495E; }
a { background-color: rgb(118,73,94); }
div.DivClassName
{
background-color: #76495E;
}
.BgClassName
{
background-color: #76495E;
}
</style>
border-color css
<style>
span { border-color: #76495E; }
span { border-color: rgb(118,73,94); }
td.TdClassName
{
border-color: #76495E;
}
.TagClassName
{
border-color: #76495E;
}
</style>