Shades of Cosmic #764A66
Tints of Cosmic #764A66
RGB
CMYK
RGB Variations
Color information
#764A66 (or 0x764A66) is known color: Cosmic. HEX triplet: 76, 4A and 66. RGB value is (118,74,102). Sum of RGB (Red+Green+Blue) = 118+74+102=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A66 is #89B599. Grayscale: #5A5A5A. Windows color (decimal): -9024922 or 6703734. OLE color: 6703734.
HSL color Cylindrical-coordinate representation of color #764A66: hue angle of 321.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A66 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 102 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.54 |
| HSL | 321.82º | 0.23% | 0.38% | - |
| HSV(B) | 321.82º | 0.37% | 0.46% | - |
| XYZ | 12.32 | 9.71 | 13.8 | - |
| YUV | 90.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 102 | 0 | 0.37 | 0.14 | 0.54 | 321.82 | 0.23 | 0.38 |
| Hex | 76 | 4A | 66 | 0 | 25 | E | 36 | 142 | 17 | 26 |
| Octal | 166 | 112 | 146 | 0 | 45 | 16 | 66 | 502 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1100110 | 0 | 100101 | 1110 | 110110 | 101000010 | 10111 | 100110 |
Color Harmonies of #764A66
Complementary color
Monochromatic Colors of #764A66
Black with #764A66
Text Example
Text Example
White with #764A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A66; }
p { color: rgb(118,74,102); }
H1.HeaderClassName
{
color: #764A66;
}
.AnyTagClassName
{
color: #764A66;
}
</style>
background-color css
<style>
a { background-color: #764A66; }
a { background-color: rgb(118,74,102); }
div.DivClassName
{
background-color: #764A66;
}
.BgClassName
{
background-color: #764A66;
}
</style>
border-color css
<style>
span { border-color: #764A66; }
span { border-color: rgb(118,74,102); }
td.TdClassName
{
border-color: #764A66;
}
.TagClassName
{
border-color: #764A66;
}
</style>