Shades of Cosmic #76466A
Tints of Cosmic #76466A
RGB
CMYK
RGB Variations
Color information
#76466A (or 0x76466A) is known color: Cosmic. HEX triplet: 76, 46 and 6A. RGB value is (118,70,106). Sum of RGB (Red+Green+Blue) = 118+70+106=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76466A is #89B995. Grayscale: #585858. Windows color (decimal): -9025942 or 6964854. OLE color: 6964854.
HSL color Cylindrical-coordinate representation of color #76466A: hue angle of 315º 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 #76466A is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 106 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.54 |
| HSL | 315º | 0.26% | 0.37% | - |
| HSV(B) | 315º | 0.41% | 0.46% | - |
| XYZ | 12.26 | 9.27 | 14.78 | - |
| YUV | 88.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 106 | 0 | 0.41 | 0.10 | 0.54 | 315 | 0.26 | 0.37 |
| Hex | 76 | 46 | 6A | 0 | 29 | A | 36 | 13B | 1A | 25 |
| Octal | 166 | 106 | 152 | 0 | 51 | 12 | 66 | 473 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1101010 | 0 | 101001 | 1010 | 110110 | 100111011 | 11010 | 100101 |
Color Harmonies of #76466A
Complementary color
Monochromatic Colors of #76466A
Black with #76466A
Text Example
Text Example
White with #76466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76466A; }
p { color: rgb(118,70,106); }
H1.HeaderClassName
{
color: #76466A;
}
.AnyTagClassName
{
color: #76466A;
}
</style>
background-color css
<style>
a { background-color: #76466A; }
a { background-color: rgb(118,70,106); }
div.DivClassName
{
background-color: #76466A;
}
.BgClassName
{
background-color: #76466A;
}
</style>
border-color css
<style>
span { border-color: #76466A; }
span { border-color: rgb(118,70,106); }
td.TdClassName
{
border-color: #76466A;
}
.TagClassName
{
border-color: #76466A;
}
</style>