Shades of Cosmic #764E61
Tints of Cosmic #764E61
RGB
CMYK
RGB Variations
Color information
#764E61 (or 0x764E61) is known color: Cosmic. HEX triplet: 76, 4E and 61. RGB value is (118,78,97). Sum of RGB (Red+Green+Blue) = 118+78+97=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E61 is #89B19E. Grayscale: #5C5C5C. Windows color (decimal): -9023903 or 6377078. OLE color: 6377078.
HSL color Cylindrical-coordinate representation of color #764E61: hue angle of 331.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 #764E61 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 97 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.54 |
| HSL | 331.5º | 0.2% | 0.38% | - |
| HSV(B) | 331.5º | 0.34% | 0.46% | - |
| XYZ | 12.35 | 10.16 | 12.62 | - |
| YUV | 92.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 97 | 0 | 0.34 | 0.18 | 0.54 | 331.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 61 | 0 | 22 | 12 | 36 | 14C | 14 | 26 |
| Octal | 166 | 116 | 141 | 0 | 42 | 22 | 66 | 514 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1100001 | 0 | 100010 | 10010 | 110110 | 101001100 | 10100 | 100110 |
Color Harmonies of #764E61
Complementary color
Monochromatic Colors of #764E61
Black with #764E61
Text Example
Text Example
White with #764E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E61; }
p { color: rgb(118,78,97); }
H1.HeaderClassName
{
color: #764E61;
}
.AnyTagClassName
{
color: #764E61;
}
</style>
background-color css
<style>
a { background-color: #764E61; }
a { background-color: rgb(118,78,97); }
div.DivClassName
{
background-color: #764E61;
}
.BgClassName
{
background-color: #764E61;
}
</style>
border-color css
<style>
span { border-color: #764E61; }
span { border-color: rgb(118,78,97); }
td.TdClassName
{
border-color: #764E61;
}
.TagClassName
{
border-color: #764E61;
}
</style>