Shades of Cosmic #764D65
Tints of Cosmic #764D65
RGB
CMYK
RGB Variations
Color information
#764D65 (or 0x764D65) is known color: Cosmic. HEX triplet: 76, 4D and 65. RGB value is (118,77,101). Sum of RGB (Red+Green+Blue) = 118+77+101=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D65 is #89B29A. Grayscale: #5B5B5B. Windows color (decimal): -9024155 or 6638966. OLE color: 6638966.
HSL color Cylindrical-coordinate representation of color #764D65: hue angle of 324.88º 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 #764D65 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 101 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.54 |
| HSL | 324.88º | 0.21% | 0.38% | - |
| HSV(B) | 324.88º | 0.35% | 0.46% | - |
| XYZ | 12.47 | 10.1 | 13.6 | - |
| YUV | 92 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 101 | 0 | 0.35 | 0.14 | 0.54 | 324.88 | 0.21 | 0.38 |
| Hex | 76 | 4D | 65 | 0 | 23 | E | 36 | 145 | 15 | 26 |
| Octal | 166 | 115 | 145 | 0 | 43 | 16 | 66 | 505 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1100101 | 0 | 100011 | 1110 | 110110 | 101000101 | 10101 | 100110 |
Color Harmonies of #764D65
Complementary color
Monochromatic Colors of #764D65
Black with #764D65
Text Example
Text Example
White with #764D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D65; }
p { color: rgb(118,77,101); }
H1.HeaderClassName
{
color: #764D65;
}
.AnyTagClassName
{
color: #764D65;
}
</style>
background-color css
<style>
a { background-color: #764D65; }
a { background-color: rgb(118,77,101); }
div.DivClassName
{
background-color: #764D65;
}
.BgClassName
{
background-color: #764D65;
}
</style>
border-color css
<style>
span { border-color: #764D65; }
span { border-color: rgb(118,77,101); }
td.TdClassName
{
border-color: #764D65;
}
.TagClassName
{
border-color: #764D65;
}
</style>