Shades of Cosmic #764E5A
Tints of Cosmic #764E5A
RGB
CMYK
RGB Variations
Color information
#764E5A (or 0x764E5A) is known color: Cosmic. HEX triplet: 76, 4E and 5A. RGB value is (118,78,90). Sum of RGB (Red+Green+Blue) = 118+78+90=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5A is #89B1A5. Grayscale: #5B5B5B. Windows color (decimal): -9023910 or 5918326. OLE color: 5918326.
HSL color Cylindrical-coordinate representation of color #764E5A: hue angle of 342º 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 #764E5A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 90 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.54 |
| HSL | 342º | 0.2% | 0.38% | - |
| HSV(B) | 342º | 0.34% | 0.46% | - |
| XYZ | 12.04 | 10.04 | 10.98 | - |
| YUV | 91.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 90 | 0 | 0.34 | 0.24 | 0.54 | 342 | 0.2 | 0.38 |
| Hex | 76 | 4E | 5A | 0 | 22 | 18 | 36 | 156 | 14 | 26 |
| Octal | 166 | 116 | 132 | 0 | 42 | 30 | 66 | 526 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1011010 | 0 | 100010 | 11000 | 110110 | 101010110 | 10100 | 100110 |
Color Harmonies of #764E5A
Complementary color
Monochromatic Colors of #764E5A
Black with #764E5A
Text Example
Text Example
White with #764E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E5A; }
p { color: rgb(118,78,90); }
H1.HeaderClassName
{
color: #764E5A;
}
.AnyTagClassName
{
color: #764E5A;
}
</style>
background-color css
<style>
a { background-color: #764E5A; }
a { background-color: rgb(118,78,90); }
div.DivClassName
{
background-color: #764E5A;
}
.BgClassName
{
background-color: #764E5A;
}
</style>
border-color css
<style>
span { border-color: #764E5A; }
span { border-color: rgb(118,78,90); }
td.TdClassName
{
border-color: #764E5A;
}
.TagClassName
{
border-color: #764E5A;
}
</style>