Shades of Cosmic #76566A
Tints of Cosmic #76566A
RGB
CMYK
RGB Variations
Color information
#76566A (or 0x76566A) is known color: Cosmic. HEX triplet: 76, 56 and 6A. RGB value is (118,86,106). Sum of RGB (Red+Green+Blue) = 118+86+106=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566A is #89A995. Grayscale: #616161. Windows color (decimal): -9021846 or 6968950. OLE color: 6968950.
HSL color Cylindrical-coordinate representation of color #76566A: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76566A is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 106 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.54 |
| HSL | 322.5º | 0.16% | 0.4% | - |
| HSV(B) | 322.5º | 0.27% | 0.46% | - |
| XYZ | 13.4 | 11.55 | 15.16 | - |
| YUV | 97.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 106 | 0 | 0.27 | 0.10 | 0.54 | 322.5 | 0.16 | 0.4 |
| Hex | 76 | 56 | 6A | 0 | 1B | A | 36 | 142 | 10 | 28 |
| Octal | 166 | 126 | 152 | 0 | 33 | 12 | 66 | 502 | 20 | 50 |
| Binary | 1110110 | 1010110 | 1101010 | 0 | 11011 | 1010 | 110110 | 101000010 | 10000 | 101000 |
Color Harmonies of #76566A
Complementary color
Monochromatic Colors of #76566A
Black with #76566A
Text Example
Text Example
White with #76566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76566A; }
p { color: rgb(118,86,106); }
H1.HeaderClassName
{
color: #76566A;
}
.AnyTagClassName
{
color: #76566A;
}
</style>
background-color css
<style>
a { background-color: #76566A; }
a { background-color: rgb(118,86,106); }
div.DivClassName
{
background-color: #76566A;
}
.BgClassName
{
background-color: #76566A;
}
</style>
border-color css
<style>
span { border-color: #76566A; }
span { border-color: rgb(118,86,106); }
td.TdClassName
{
border-color: #76566A;
}
.TagClassName
{
border-color: #76566A;
}
</style>