Shades of Cosmic #764E68
Tints of Cosmic #764E68
RGB
CMYK
RGB Variations
Color information
#764E68 (or 0x764E68) is known color: Cosmic. HEX triplet: 76, 4E and 68. RGB value is (118,78,104). Sum of RGB (Red+Green+Blue) = 118+78+104=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E68 is #89B197. Grayscale: #5C5C5C. Windows color (decimal): -9023896 or 6835830. OLE color: 6835830.
HSL color Cylindrical-coordinate representation of color #764E68: hue angle of 321º 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 #764E68 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 104 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.54 |
| HSL | 321º | 0.2% | 0.38% | - |
| HSV(B) | 321º | 0.34% | 0.46% | - |
| XYZ | 12.69 | 10.3 | 14.42 | - |
| YUV | 92.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 104 | 0 | 0.34 | 0.12 | 0.54 | 321 | 0.2 | 0.38 |
| Hex | 76 | 4E | 68 | 0 | 22 | C | 36 | 141 | 14 | 26 |
| Octal | 166 | 116 | 150 | 0 | 42 | 14 | 66 | 501 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1101000 | 0 | 100010 | 1100 | 110110 | 101000001 | 10100 | 100110 |
Color Harmonies of #764E68
Complementary color
Monochromatic Colors of #764E68
Black with #764E68
Text Example
Text Example
White with #764E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E68; }
p { color: rgb(118,78,104); }
H1.HeaderClassName
{
color: #764E68;
}
.AnyTagClassName
{
color: #764E68;
}
</style>
background-color css
<style>
a { background-color: #764E68; }
a { background-color: rgb(118,78,104); }
div.DivClassName
{
background-color: #764E68;
}
.BgClassName
{
background-color: #764E68;
}
</style>
border-color css
<style>
span { border-color: #764E68; }
span { border-color: rgb(118,78,104); }
td.TdClassName
{
border-color: #764E68;
}
.TagClassName
{
border-color: #764E68;
}
</style>