Shades of Cosmic #76475C
Tints of Cosmic #76475C
RGB
CMYK
RGB Variations
Color information
#76475C (or 0x76475C) is known color: Cosmic. HEX triplet: 76, 47 and 5C. RGB value is (118,71,92). Sum of RGB (Red+Green+Blue) = 118+71+92=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475C is #89B8A3. Grayscale: #575757. Windows color (decimal): -9025700 or 6047606. OLE color: 6047606.
HSL color Cylindrical-coordinate representation of color #76475C: hue angle of 333.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76475C is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 92 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.54 |
| HSL | 333.19º | 0.25% | 0.37% | - |
| HSV(B) | 333.19º | 0.4% | 0.46% | - |
| XYZ | 11.66 | 9.13 | 11.27 | - |
| YUV | 87.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 92 | 0 | 0.40 | 0.22 | 0.54 | 333.19 | 0.25 | 0.37 |
| Hex | 76 | 47 | 5C | 0 | 28 | 16 | 36 | 14D | 19 | 25 |
| Octal | 166 | 107 | 134 | 0 | 50 | 26 | 66 | 515 | 31 | 45 |
| Binary | 1110110 | 1000111 | 1011100 | 0 | 101000 | 10110 | 110110 | 101001101 | 11001 | 100101 |
Color Harmonies of #76475C
Complementary color
Monochromatic Colors of #76475C
Black with #76475C
Text Example
Text Example
White with #76475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76475C; }
p { color: rgb(118,71,92); }
H1.HeaderClassName
{
color: #76475C;
}
.AnyTagClassName
{
color: #76475C;
}
</style>
background-color css
<style>
a { background-color: #76475C; }
a { background-color: rgb(118,71,92); }
div.DivClassName
{
background-color: #76475C;
}
.BgClassName
{
background-color: #76475C;
}
</style>
border-color css
<style>
span { border-color: #76475C; }
span { border-color: rgb(118,71,92); }
td.TdClassName
{
border-color: #76475C;
}
.TagClassName
{
border-color: #76475C;
}
</style>