Shades of Cosmic #764C68
Tints of Cosmic #764C68
RGB
CMYK
RGB Variations
Color information
#764C68 (or 0x764C68) is known color: Cosmic. HEX triplet: 76, 4C and 68. RGB value is (118,76,104). Sum of RGB (Red+Green+Blue) = 118+76+104=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C68 is #89B397. Grayscale: #5B5B5B. Windows color (decimal): -9024408 or 6835318. OLE color: 6835318.
HSL color Cylindrical-coordinate representation of color #764C68: hue angle of 320º 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 #764C68 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 104 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.54 |
| HSL | 320º | 0.22% | 0.38% | - |
| HSV(B) | 320º | 0.36% | 0.46% | - |
| XYZ | 12.55 | 10.02 | 14.37 | - |
| YUV | 91.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 104 | 0 | 0.36 | 0.12 | 0.54 | 320 | 0.22 | 0.38 |
| Hex | 76 | 4C | 68 | 0 | 24 | C | 36 | 140 | 16 | 26 |
| Octal | 166 | 114 | 150 | 0 | 44 | 14 | 66 | 500 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1101000 | 0 | 100100 | 1100 | 110110 | 101000000 | 10110 | 100110 |
Color Harmonies of #764C68
Complementary color
Monochromatic Colors of #764C68
Black with #764C68
Text Example
Text Example
White with #764C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C68; }
p { color: rgb(118,76,104); }
H1.HeaderClassName
{
color: #764C68;
}
.AnyTagClassName
{
color: #764C68;
}
</style>
background-color css
<style>
a { background-color: #764C68; }
a { background-color: rgb(118,76,104); }
div.DivClassName
{
background-color: #764C68;
}
.BgClassName
{
background-color: #764C68;
}
</style>
border-color css
<style>
span { border-color: #764C68; }
span { border-color: rgb(118,76,104); }
td.TdClassName
{
border-color: #764C68;
}
.TagClassName
{
border-color: #764C68;
}
</style>