Shades of Cosmic #764E6A
Tints of Cosmic #764E6A
RGB
CMYK
RGB Variations
Color information
#764E6A (or 0x764E6A) is known color: Cosmic. HEX triplet: 76, 4E and 6A. RGB value is (118,78,106). Sum of RGB (Red+Green+Blue) = 118+78+106=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6A is #89B195. Grayscale: #5D5D5D. Windows color (decimal): -9023894 or 6966902. OLE color: 6966902.
HSL color Cylindrical-coordinate representation of color #764E6A: hue angle of 318º 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 #764E6A is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 106 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.54 |
| HSL | 318º | 0.2% | 0.38% | - |
| HSV(B) | 318º | 0.34% | 0.46% | - |
| XYZ | 12.8 | 10.34 | 14.96 | - |
| YUV | 93.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 106 | 0 | 0.34 | 0.10 | 0.54 | 318 | 0.2 | 0.38 |
| Hex | 76 | 4E | 6A | 0 | 22 | A | 36 | 13E | 14 | 26 |
| Octal | 166 | 116 | 152 | 0 | 42 | 12 | 66 | 476 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1101010 | 0 | 100010 | 1010 | 110110 | 100111110 | 10100 | 100110 |
Color Harmonies of #764E6A
Complementary color
Monochromatic Colors of #764E6A
Black with #764E6A
Text Example
Text Example
White with #764E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E6A; }
p { color: rgb(118,78,106); }
H1.HeaderClassName
{
color: #764E6A;
}
.AnyTagClassName
{
color: #764E6A;
}
</style>
background-color css
<style>
a { background-color: #764E6A; }
a { background-color: rgb(118,78,106); }
div.DivClassName
{
background-color: #764E6A;
}
.BgClassName
{
background-color: #764E6A;
}
</style>
border-color css
<style>
span { border-color: #764E6A; }
span { border-color: rgb(118,78,106); }
td.TdClassName
{
border-color: #764E6A;
}
.TagClassName
{
border-color: #764E6A;
}
</style>