Shades of Cosmic #76445D
Tints of Cosmic #76445D
RGB
CMYK
RGB Variations
Color information
#76445D (or 0x76445D) is known color: Cosmic. HEX triplet: 76, 44 and 5D. RGB value is (118,68,93). Sum of RGB (Red+Green+Blue) = 118+68+93=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445D is #89BBA2. Grayscale: #555555. Windows color (decimal): -9026467 or 6112374. OLE color: 6112374.
HSL color Cylindrical-coordinate representation of color #76445D: hue angle of 330º 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 #76445D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 93 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.54 |
| HSL | 330º | 0.27% | 0.36% | - |
| HSV(B) | 330º | 0.42% | 0.46% | - |
| XYZ | 11.51 | 8.78 | 11.44 | - |
| YUV | 85.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 93 | 0 | 0.42 | 0.21 | 0.54 | 330 | 0.27 | 0.36 |
| Hex | 76 | 44 | 5D | 0 | 2A | 15 | 36 | 14A | 1B | 24 |
| Octal | 166 | 104 | 135 | 0 | 52 | 25 | 66 | 512 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1011101 | 0 | 101010 | 10101 | 110110 | 101001010 | 11011 | 100100 |
Color Harmonies of #76445D
Complementary color
Monochromatic Colors of #76445D
Black with #76445D
Text Example
Text Example
White with #76445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76445D; }
p { color: rgb(118,68,93); }
H1.HeaderClassName
{
color: #76445D;
}
.AnyTagClassName
{
color: #76445D;
}
</style>
background-color css
<style>
a { background-color: #76445D; }
a { background-color: rgb(118,68,93); }
div.DivClassName
{
background-color: #76445D;
}
.BgClassName
{
background-color: #76445D;
}
</style>
border-color css
<style>
span { border-color: #76445D; }
span { border-color: rgb(118,68,93); }
td.TdClassName
{
border-color: #76445D;
}
.TagClassName
{
border-color: #76445D;
}
</style>