Shades of Cosmic #76455D
Tints of Cosmic #76455D
RGB
CMYK
RGB Variations
Color information
#76455D (or 0x76455D) is known color: Cosmic. HEX triplet: 76, 45 and 5D. RGB value is (118,69,93). Sum of RGB (Red+Green+Blue) = 118+69+93=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455D is #89BAA2. Grayscale: #565656. Windows color (decimal): -9026211 or 6112630. OLE color: 6112630.
HSL color Cylindrical-coordinate representation of color #76455D: hue angle of 330.61º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76455D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 93 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.54 |
| HSL | 330.61º | 0.26% | 0.37% | - |
| HSV(B) | 330.61º | 0.42% | 0.46% | - |
| XYZ | 11.58 | 8.9 | 11.46 | - |
| YUV | 86.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 93 | 0 | 0.42 | 0.21 | 0.54 | 330.61 | 0.26 | 0.37 |
| Hex | 76 | 45 | 5D | 0 | 2A | 15 | 36 | 14B | 1A | 25 |
| Octal | 166 | 105 | 135 | 0 | 52 | 25 | 66 | 513 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1011101 | 0 | 101010 | 10101 | 110110 | 101001011 | 11010 | 100101 |
Color Harmonies of #76455D
Complementary color
Monochromatic Colors of #76455D
Black with #76455D
Text Example
Text Example
White with #76455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76455D; }
p { color: rgb(118,69,93); }
H1.HeaderClassName
{
color: #76455D;
}
.AnyTagClassName
{
color: #76455D;
}
</style>
background-color css
<style>
a { background-color: #76455D; }
a { background-color: rgb(118,69,93); }
div.DivClassName
{
background-color: #76455D;
}
.BgClassName
{
background-color: #76455D;
}
</style>
border-color css
<style>
span { border-color: #76455D; }
span { border-color: rgb(118,69,93); }
td.TdClassName
{
border-color: #76455D;
}
.TagClassName
{
border-color: #76455D;
}
</style>