Shades of Cosmic #764C63
Tints of Cosmic #764C63
RGB
CMYK
RGB Variations
Color information
#764C63 (or 0x764C63) is known color: Cosmic. HEX triplet: 76, 4C and 63. RGB value is (118,76,99). Sum of RGB (Red+Green+Blue) = 118+76+99=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C63 is #89B39C. Grayscale: #5B5B5B. Windows color (decimal): -9024413 or 6507638. OLE color: 6507638.
HSL color Cylindrical-coordinate representation of color #764C63: hue angle of 327.14º 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 #764C63 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 99 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.54 |
| HSL | 327.14º | 0.22% | 0.38% | - |
| HSV(B) | 327.14º | 0.36% | 0.46% | - |
| XYZ | 12.31 | 9.92 | 13.07 | - |
| YUV | 91.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 99 | 0 | 0.36 | 0.16 | 0.54 | 327.14 | 0.22 | 0.38 |
| Hex | 76 | 4C | 63 | 0 | 24 | 10 | 36 | 147 | 16 | 26 |
| Octal | 166 | 114 | 143 | 0 | 44 | 20 | 66 | 507 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1100011 | 0 | 100100 | 10000 | 110110 | 101000111 | 10110 | 100110 |
Color Harmonies of #764C63
Complementary color
Monochromatic Colors of #764C63
Black with #764C63
Text Example
Text Example
White with #764C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C63; }
p { color: rgb(118,76,99); }
H1.HeaderClassName
{
color: #764C63;
}
.AnyTagClassName
{
color: #764C63;
}
</style>
background-color css
<style>
a { background-color: #764C63; }
a { background-color: rgb(118,76,99); }
div.DivClassName
{
background-color: #764C63;
}
.BgClassName
{
background-color: #764C63;
}
</style>
border-color css
<style>
span { border-color: #764C63; }
span { border-color: rgb(118,76,99); }
td.TdClassName
{
border-color: #764C63;
}
.TagClassName
{
border-color: #764C63;
}
</style>