Shades of Cosmic #76405D
Tints of Cosmic #76405D
RGB
CMYK
RGB Variations
Color information
#76405D (or 0x76405D) is known color: Cosmic. HEX triplet: 76, 40 and 5D. RGB value is (118,64,93). Sum of RGB (Red+Green+Blue) = 118+64+93=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405D is #89BFA2. Grayscale: #535353. Windows color (decimal): -9027491 or 6111350. OLE color: 6111350.
HSL color Cylindrical-coordinate representation of color #76405D: hue angle of 327.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76405D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 93 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.54 |
| HSL | 327.78º | 0.3% | 0.36% | - |
| HSV(B) | 327.78º | 0.46% | 0.46% | - |
| XYZ | 11.28 | 8.31 | 11.37 | - |
| YUV | 83.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 93 | 0 | 0.46 | 0.21 | 0.54 | 327.78 | 0.3 | 0.36 |
| Hex | 76 | 40 | 5D | 0 | 2E | 15 | 36 | 148 | 1E | 24 |
| Octal | 166 | 100 | 135 | 0 | 56 | 25 | 66 | 510 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1011101 | 0 | 101110 | 10101 | 110110 | 101001000 | 11110 | 100100 |
Color Harmonies of #76405D
Complementary color
Monochromatic Colors of #76405D
Black with #76405D
Text Example
Text Example
White with #76405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76405D; }
p { color: rgb(118,64,93); }
H1.HeaderClassName
{
color: #76405D;
}
.AnyTagClassName
{
color: #76405D;
}
</style>
background-color css
<style>
a { background-color: #76405D; }
a { background-color: rgb(118,64,93); }
div.DivClassName
{
background-color: #76405D;
}
.BgClassName
{
background-color: #76405D;
}
</style>
border-color css
<style>
span { border-color: #76405D; }
span { border-color: rgb(118,64,93); }
td.TdClassName
{
border-color: #76405D;
}
.TagClassName
{
border-color: #76405D;
}
</style>