Shades of Cosmic #76485D
Tints of Cosmic #76485D
RGB
CMYK
RGB Variations
Color information
#76485D (or 0x76485D) is known color: Cosmic. HEX triplet: 76, 48 and 5D. RGB value is (118,72,93). Sum of RGB (Red+Green+Blue) = 118+72+93=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485D is #89B7A2. Grayscale: #585858. Windows color (decimal): -9025443 or 6113398. OLE color: 6113398.
HSL color Cylindrical-coordinate representation of color #76485D: hue angle of 332.61º 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 #76485D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 93 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.54 |
| HSL | 332.61º | 0.24% | 0.37% | - |
| HSV(B) | 332.61º | 0.39% | 0.46% | - |
| XYZ | 11.76 | 9.28 | 11.53 | - |
| YUV | 88.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 93 | 0 | 0.39 | 0.21 | 0.54 | 332.61 | 0.24 | 0.37 |
| Hex | 76 | 48 | 5D | 0 | 27 | 15 | 36 | 14D | 18 | 25 |
| Octal | 166 | 110 | 135 | 0 | 47 | 25 | 66 | 515 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1011101 | 0 | 100111 | 10101 | 110110 | 101001101 | 11000 | 100101 |
Color Harmonies of #76485D
Complementary color
Monochromatic Colors of #76485D
Black with #76485D
Text Example
Text Example
White with #76485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76485D; }
p { color: rgb(118,72,93); }
H1.HeaderClassName
{
color: #76485D;
}
.AnyTagClassName
{
color: #76485D;
}
</style>
background-color css
<style>
a { background-color: #76485D; }
a { background-color: rgb(118,72,93); }
div.DivClassName
{
background-color: #76485D;
}
.BgClassName
{
background-color: #76485D;
}
</style>
border-color css
<style>
span { border-color: #76485D; }
span { border-color: rgb(118,72,93); }
td.TdClassName
{
border-color: #76485D;
}
.TagClassName
{
border-color: #76485D;
}
</style>