Shades of Cosmic #76445E
Tints of Cosmic #76445E
RGB
CMYK
RGB Variations
Color information
#76445E (or 0x76445E) is known color: Cosmic. HEX triplet: 76, 44 and 5E. RGB value is (118,68,94). Sum of RGB (Red+Green+Blue) = 118+68+94=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445E is #89BBA1. Grayscale: #555555. Windows color (decimal): -9026466 or 6177910. OLE color: 6177910.
HSL color Cylindrical-coordinate representation of color #76445E: hue angle of 328.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76445E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 94 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.54 |
| HSL | 328.8º | 0.27% | 0.36% | - |
| HSV(B) | 328.8º | 0.42% | 0.46% | - |
| XYZ | 11.56 | 8.79 | 11.68 | - |
| YUV | 85.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 94 | 0 | 0.42 | 0.20 | 0.54 | 328.8 | 0.27 | 0.36 |
| Hex | 76 | 44 | 5E | 0 | 2A | 14 | 36 | 149 | 1B | 24 |
| Octal | 166 | 104 | 136 | 0 | 52 | 24 | 66 | 511 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1011110 | 0 | 101010 | 10100 | 110110 | 101001001 | 11011 | 100100 |
Color Harmonies of #76445E
Complementary color
Monochromatic Colors of #76445E
Black with #76445E
Text Example
Text Example
White with #76445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76445E; }
p { color: rgb(118,68,94); }
H1.HeaderClassName
{
color: #76445E;
}
.AnyTagClassName
{
color: #76445E;
}
</style>
background-color css
<style>
a { background-color: #76445E; }
a { background-color: rgb(118,68,94); }
div.DivClassName
{
background-color: #76445E;
}
.BgClassName
{
background-color: #76445E;
}
</style>
border-color css
<style>
span { border-color: #76445E; }
span { border-color: rgb(118,68,94); }
td.TdClassName
{
border-color: #76445E;
}
.TagClassName
{
border-color: #76445E;
}
</style>