Shades of Cosmic #76485F
Tints of Cosmic #76485F
RGB
CMYK
RGB Variations
Color information
#76485F (or 0x76485F) is known color: Cosmic. HEX triplet: 76, 48 and 5F. RGB value is (118,72,95). Sum of RGB (Red+Green+Blue) = 118+72+95=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485F is #89B7A0. Grayscale: #585858. Windows color (decimal): -9025441 or 6244470. OLE color: 6244470.
HSL color Cylindrical-coordinate representation of color #76485F: hue angle of 330º 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 #76485F is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 95 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.54 |
| HSL | 330º | 0.24% | 0.37% | - |
| HSV(B) | 330º | 0.39% | 0.46% | - |
| XYZ | 11.85 | 9.31 | 12 | - |
| YUV | 88.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 95 | 0 | 0.39 | 0.19 | 0.54 | 330 | 0.24 | 0.37 |
| Hex | 76 | 48 | 5F | 0 | 27 | 13 | 36 | 14A | 18 | 25 |
| Octal | 166 | 110 | 137 | 0 | 47 | 23 | 66 | 512 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1011111 | 0 | 100111 | 10011 | 110110 | 101001010 | 11000 | 100101 |
Color Harmonies of #76485F
Complementary color
Monochromatic Colors of #76485F
Black with #76485F
Text Example
Text Example
White with #76485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76485F; }
p { color: rgb(118,72,95); }
H1.HeaderClassName
{
color: #76485F;
}
.AnyTagClassName
{
color: #76485F;
}
</style>
background-color css
<style>
a { background-color: #76485F; }
a { background-color: rgb(118,72,95); }
div.DivClassName
{
background-color: #76485F;
}
.BgClassName
{
background-color: #76485F;
}
</style>
border-color css
<style>
span { border-color: #76485F; }
span { border-color: rgb(118,72,95); }
td.TdClassName
{
border-color: #76485F;
}
.TagClassName
{
border-color: #76485F;
}
</style>