Shades of Cosmic #764E5D
Tints of Cosmic #764E5D
RGB
CMYK
RGB Variations
Color information
#764E5D (or 0x764E5D) is known color: Cosmic. HEX triplet: 76, 4E and 5D. RGB value is (118,78,93). Sum of RGB (Red+Green+Blue) = 118+78+93=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5D is #89B1A2. Grayscale: #5B5B5B. Windows color (decimal): -9023907 or 6114934. OLE color: 6114934.
HSL color Cylindrical-coordinate representation of color #764E5D: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E5D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 93 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.54 |
| HSL | 337.5º | 0.2% | 0.38% | - |
| HSV(B) | 337.5º | 0.34% | 0.46% | - |
| XYZ | 12.17 | 10.09 | 11.66 | - |
| YUV | 91.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 93 | 0 | 0.34 | 0.21 | 0.54 | 337.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 5D | 0 | 22 | 15 | 36 | 152 | 14 | 26 |
| Octal | 166 | 116 | 135 | 0 | 42 | 25 | 66 | 522 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1011101 | 0 | 100010 | 10101 | 110110 | 101010010 | 10100 | 100110 |
Color Harmonies of #764E5D
Complementary color
Monochromatic Colors of #764E5D
Black with #764E5D
Text Example
Text Example
White with #764E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E5D; }
p { color: rgb(118,78,93); }
H1.HeaderClassName
{
color: #764E5D;
}
.AnyTagClassName
{
color: #764E5D;
}
</style>
background-color css
<style>
a { background-color: #764E5D; }
a { background-color: rgb(118,78,93); }
div.DivClassName
{
background-color: #764E5D;
}
.BgClassName
{
background-color: #764E5D;
}
</style>
border-color css
<style>
span { border-color: #764E5D; }
span { border-color: rgb(118,78,93); }
td.TdClassName
{
border-color: #764E5D;
}
.TagClassName
{
border-color: #764E5D;
}
</style>