Shades of Cosmic #76405C
Tints of Cosmic #76405C
RGB
CMYK
RGB Variations
Color information
#76405C (or 0x76405C) is known color: Cosmic. HEX triplet: 76, 40 and 5C. RGB value is (118,64,92). Sum of RGB (Red+Green+Blue) = 118+64+92=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405C is #89BFA3. Grayscale: #535353. Windows color (decimal): -9027492 or 6045814. OLE color: 6045814.
HSL color Cylindrical-coordinate representation of color #76405C: hue angle of 328.89º 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 #76405C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 92 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.54 |
| HSL | 328.89º | 0.3% | 0.36% | - |
| HSV(B) | 328.89º | 0.46% | 0.46% | - |
| XYZ | 11.24 | 8.29 | 11.13 | - |
| YUV | 83.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 92 | 0 | 0.46 | 0.22 | 0.54 | 328.89 | 0.3 | 0.36 |
| Hex | 76 | 40 | 5C | 0 | 2E | 16 | 36 | 149 | 1E | 24 |
| Octal | 166 | 100 | 134 | 0 | 56 | 26 | 66 | 511 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1011100 | 0 | 101110 | 10110 | 110110 | 101001001 | 11110 | 100100 |
Color Harmonies of #76405C
Complementary color
Monochromatic Colors of #76405C
Black with #76405C
Text Example
Text Example
White with #76405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76405C; }
p { color: rgb(118,64,92); }
H1.HeaderClassName
{
color: #76405C;
}
.AnyTagClassName
{
color: #76405C;
}
</style>
background-color css
<style>
a { background-color: #76405C; }
a { background-color: rgb(118,64,92); }
div.DivClassName
{
background-color: #76405C;
}
.BgClassName
{
background-color: #76405C;
}
</style>
border-color css
<style>
span { border-color: #76405C; }
span { border-color: rgb(118,64,92); }
td.TdClassName
{
border-color: #76405C;
}
.TagClassName
{
border-color: #76405C;
}
</style>