Shades of Cosmic #764D64
Tints of Cosmic #764D64
RGB
CMYK
RGB Variations
Color information
#764D64 (or 0x764D64) is known color: Cosmic. HEX triplet: 76, 4D and 64. RGB value is (118,77,100). Sum of RGB (Red+Green+Blue) = 118+77+100=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D64 is #89B29B. Grayscale: #5B5B5B. Windows color (decimal): -9024156 or 6573430. OLE color: 6573430.
HSL color Cylindrical-coordinate representation of color #764D64: hue angle of 326.34º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D64 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 100 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.54 |
| HSL | 326.34º | 0.21% | 0.38% | - |
| HSV(B) | 326.34º | 0.35% | 0.46% | - |
| XYZ | 12.43 | 10.08 | 13.35 | - |
| YUV | 91.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 100 | 0 | 0.35 | 0.15 | 0.54 | 326.34 | 0.21 | 0.38 |
| Hex | 76 | 4D | 64 | 0 | 23 | F | 36 | 146 | 15 | 26 |
| Octal | 166 | 115 | 144 | 0 | 43 | 17 | 66 | 506 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1100100 | 0 | 100011 | 1111 | 110110 | 101000110 | 10101 | 100110 |
Color Harmonies of #764D64
Complementary color
Monochromatic Colors of #764D64
Black with #764D64
Text Example
Text Example
White with #764D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D64; }
p { color: rgb(118,77,100); }
H1.HeaderClassName
{
color: #764D64;
}
.AnyTagClassName
{
color: #764D64;
}
</style>
background-color css
<style>
a { background-color: #764D64; }
a { background-color: rgb(118,77,100); }
div.DivClassName
{
background-color: #764D64;
}
.BgClassName
{
background-color: #764D64;
}
</style>
border-color css
<style>
span { border-color: #764D64; }
span { border-color: rgb(118,77,100); }
td.TdClassName
{
border-color: #764D64;
}
.TagClassName
{
border-color: #764D64;
}
</style>