Shades of Cosmic #764E63
Tints of Cosmic #764E63
RGB
CMYK
RGB Variations
Color information
#764E63 (or 0x764E63) is known color: Cosmic. HEX triplet: 76, 4E and 63. RGB value is (118,78,99). Sum of RGB (Red+Green+Blue) = 118+78+99=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E63 is #89B19C. Grayscale: #5C5C5C. Windows color (decimal): -9023901 or 6508150. OLE color: 6508150.
HSL color Cylindrical-coordinate representation of color #764E63: hue angle of 328.5º 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 #764E63 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 99 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.54 |
| HSL | 328.5º | 0.2% | 0.38% | - |
| HSV(B) | 328.5º | 0.34% | 0.46% | - |
| XYZ | 12.45 | 10.2 | 13.12 | - |
| YUV | 92.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 99 | 0 | 0.34 | 0.16 | 0.54 | 328.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 63 | 0 | 22 | 10 | 36 | 148 | 14 | 26 |
| Octal | 166 | 116 | 143 | 0 | 42 | 20 | 66 | 510 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1100011 | 0 | 100010 | 10000 | 110110 | 101001000 | 10100 | 100110 |
Color Harmonies of #764E63
Complementary color
Monochromatic Colors of #764E63
Black with #764E63
Text Example
Text Example
White with #764E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E63; }
p { color: rgb(118,78,99); }
H1.HeaderClassName
{
color: #764E63;
}
.AnyTagClassName
{
color: #764E63;
}
</style>
background-color css
<style>
a { background-color: #764E63; }
a { background-color: rgb(118,78,99); }
div.DivClassName
{
background-color: #764E63;
}
.BgClassName
{
background-color: #764E63;
}
</style>
border-color css
<style>
span { border-color: #764E63; }
span { border-color: rgb(118,78,99); }
td.TdClassName
{
border-color: #764E63;
}
.TagClassName
{
border-color: #764E63;
}
</style>