Shades of Cosmic #76485C
Tints of Cosmic #76485C
RGB
CMYK
RGB Variations
Color information
#76485C (or 0x76485C) is known color: Cosmic. HEX triplet: 76, 48 and 5C. RGB value is (118,72,92). Sum of RGB (Red+Green+Blue) = 118+72+92=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485C is #89B7A3. Grayscale: #585858. Windows color (decimal): -9025444 or 6047862. OLE color: 6047862.
HSL color Cylindrical-coordinate representation of color #76485C: hue angle of 333.91º 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 #76485C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 92 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.54 |
| HSL | 333.91º | 0.24% | 0.37% | - |
| HSV(B) | 333.91º | 0.39% | 0.46% | - |
| XYZ | 11.72 | 9.26 | 11.29 | - |
| YUV | 88.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 92 | 0 | 0.39 | 0.22 | 0.54 | 333.91 | 0.24 | 0.37 |
| Hex | 76 | 48 | 5C | 0 | 27 | 16 | 36 | 14E | 18 | 25 |
| Octal | 166 | 110 | 134 | 0 | 47 | 26 | 66 | 516 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1011100 | 0 | 100111 | 10110 | 110110 | 101001110 | 11000 | 100101 |
Color Harmonies of #76485C
Complementary color
Monochromatic Colors of #76485C
Black with #76485C
Text Example
Text Example
White with #76485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76485C; }
p { color: rgb(118,72,92); }
H1.HeaderClassName
{
color: #76485C;
}
.AnyTagClassName
{
color: #76485C;
}
</style>
background-color css
<style>
a { background-color: #76485C; }
a { background-color: rgb(118,72,92); }
div.DivClassName
{
background-color: #76485C;
}
.BgClassName
{
background-color: #76485C;
}
</style>
border-color css
<style>
span { border-color: #76485C; }
span { border-color: rgb(118,72,92); }
td.TdClassName
{
border-color: #76485C;
}
.TagClassName
{
border-color: #76485C;
}
</style>