Shades of Cosmic #76465B
Tints of Cosmic #76465B
RGB
CMYK
RGB Variations
Color information
#76465B (or 0x76465B) is known color: Cosmic. HEX triplet: 76, 46 and 5B. RGB value is (118,70,91). Sum of RGB (Red+Green+Blue) = 118+70+91=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76465B is #89B9A4. Grayscale: #565656. Windows color (decimal): -9025957 or 5981814. OLE color: 5981814.
HSL color Cylindrical-coordinate representation of color #76465B: hue angle of 333.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76465B is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 91 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.54 |
| HSL | 333.75º | 0.26% | 0.37% | - |
| HSV(B) | 333.75º | 0.41% | 0.46% | - |
| XYZ | 11.55 | 8.99 | 11.02 | - |
| YUV | 86.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 91 | 0 | 0.41 | 0.23 | 0.54 | 333.75 | 0.26 | 0.37 |
| Hex | 76 | 46 | 5B | 0 | 29 | 17 | 36 | 14E | 1A | 25 |
| Octal | 166 | 106 | 133 | 0 | 51 | 27 | 66 | 516 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1011011 | 0 | 101001 | 10111 | 110110 | 101001110 | 11010 | 100101 |
Color Harmonies of #76465B
Complementary color
Monochromatic Colors of #76465B
Black with #76465B
Text Example
Text Example
White with #76465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76465B; }
p { color: rgb(118,70,91); }
H1.HeaderClassName
{
color: #76465B;
}
.AnyTagClassName
{
color: #76465B;
}
</style>
background-color css
<style>
a { background-color: #76465B; }
a { background-color: rgb(118,70,91); }
div.DivClassName
{
background-color: #76465B;
}
.BgClassName
{
background-color: #76465B;
}
</style>
border-color css
<style>
span { border-color: #76465B; }
span { border-color: rgb(118,70,91); }
td.TdClassName
{
border-color: #76465B;
}
.TagClassName
{
border-color: #76465B;
}
</style>