Shades of Cosmic #764D59
Tints of Cosmic #764D59
RGB
CMYK
RGB Variations
Color information
#764D59 (or 0x764D59) is known color: Cosmic. HEX triplet: 76, 4D and 59. RGB value is (118,77,89). Sum of RGB (Red+Green+Blue) = 118+77+89=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D59 is #89B2A6. Grayscale: #5A5A5A. Windows color (decimal): -9024167 or 5852534. OLE color: 5852534.
HSL color Cylindrical-coordinate representation of color #764D59: hue angle of 342.44º 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 #764D59 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 89 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.54 |
| HSL | 342.44º | 0.21% | 0.38% | - |
| HSV(B) | 342.44º | 0.35% | 0.46% | - |
| XYZ | 11.93 | 9.88 | 10.73 | - |
| YUV | 90.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 89 | 0 | 0.35 | 0.25 | 0.54 | 342.44 | 0.21 | 0.38 |
| Hex | 76 | 4D | 59 | 0 | 23 | 19 | 36 | 156 | 15 | 26 |
| Octal | 166 | 115 | 131 | 0 | 43 | 31 | 66 | 526 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1011001 | 0 | 100011 | 11001 | 110110 | 101010110 | 10101 | 100110 |
Color Harmonies of #764D59
Complementary color
Monochromatic Colors of #764D59
Black with #764D59
Text Example
Text Example
White with #764D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D59; }
p { color: rgb(118,77,89); }
H1.HeaderClassName
{
color: #764D59;
}
.AnyTagClassName
{
color: #764D59;
}
</style>
background-color css
<style>
a { background-color: #764D59; }
a { background-color: rgb(118,77,89); }
div.DivClassName
{
background-color: #764D59;
}
.BgClassName
{
background-color: #764D59;
}
</style>
border-color css
<style>
span { border-color: #764D59; }
span { border-color: rgb(118,77,89); }
td.TdClassName
{
border-color: #764D59;
}
.TagClassName
{
border-color: #764D59;
}
</style>