Shades of Cosmic #764C65
Tints of Cosmic #764C65
RGB
CMYK
RGB Variations
Color information
#764C65 (or 0x764C65) is known color: Cosmic. HEX triplet: 76, 4C and 65. RGB value is (118,76,101). Sum of RGB (Red+Green+Blue) = 118+76+101=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C65 is #89B39A. Grayscale: #5B5B5B. Windows color (decimal): -9024411 or 6638710. OLE color: 6638710.
HSL color Cylindrical-coordinate representation of color #764C65: hue angle of 324.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C65 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 101 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.54 |
| HSL | 324.29º | 0.22% | 0.38% | - |
| HSV(B) | 324.29º | 0.36% | 0.46% | - |
| XYZ | 12.4 | 9.96 | 13.58 | - |
| YUV | 91.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 101 | 0 | 0.36 | 0.14 | 0.54 | 324.29 | 0.22 | 0.38 |
| Hex | 76 | 4C | 65 | 0 | 24 | E | 36 | 144 | 16 | 26 |
| Octal | 166 | 114 | 145 | 0 | 44 | 16 | 66 | 504 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1100101 | 0 | 100100 | 1110 | 110110 | 101000100 | 10110 | 100110 |
Color Harmonies of #764C65
Complementary color
Monochromatic Colors of #764C65
Black with #764C65
Text Example
Text Example
White with #764C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C65; }
p { color: rgb(118,76,101); }
H1.HeaderClassName
{
color: #764C65;
}
.AnyTagClassName
{
color: #764C65;
}
</style>
background-color css
<style>
a { background-color: #764C65; }
a { background-color: rgb(118,76,101); }
div.DivClassName
{
background-color: #764C65;
}
.BgClassName
{
background-color: #764C65;
}
</style>
border-color css
<style>
span { border-color: #764C65; }
span { border-color: rgb(118,76,101); }
td.TdClassName
{
border-color: #764C65;
}
.TagClassName
{
border-color: #764C65;
}
</style>