Shades of Cosmic #764864
Tints of Cosmic #764864
RGB
CMYK
RGB Variations
Color information
#764864 (or 0x764864) is known color: Cosmic. HEX triplet: 76, 48 and 64. RGB value is (118,72,100). Sum of RGB (Red+Green+Blue) = 118+72+100=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764864 is #89B79B. Grayscale: #585858. Windows color (decimal): -9025436 or 6572150. OLE color: 6572150.
HSL color Cylindrical-coordinate representation of color #764864: hue angle of 323.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764864 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 100 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.54 |
| HSL | 323.48º | 0.24% | 0.37% | - |
| HSV(B) | 323.48º | 0.39% | 0.46% | - |
| XYZ | 12.09 | 9.41 | 13.24 | - |
| YUV | 88.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 100 | 0 | 0.39 | 0.15 | 0.54 | 323.48 | 0.24 | 0.37 |
| Hex | 76 | 48 | 64 | 0 | 27 | F | 36 | 143 | 18 | 25 |
| Octal | 166 | 110 | 144 | 0 | 47 | 17 | 66 | 503 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1100100 | 0 | 100111 | 1111 | 110110 | 101000011 | 11000 | 100101 |
Color Harmonies of #764864
Complementary color
Monochromatic Colors of #764864
Black with #764864
Text Example
Text Example
White with #764864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764864; }
p { color: rgb(118,72,100); }
H1.HeaderClassName
{
color: #764864;
}
.AnyTagClassName
{
color: #764864;
}
</style>
background-color css
<style>
a { background-color: #764864; }
a { background-color: rgb(118,72,100); }
div.DivClassName
{
background-color: #764864;
}
.BgClassName
{
background-color: #764864;
}
</style>
border-color css
<style>
span { border-color: #764864; }
span { border-color: rgb(118,72,100); }
td.TdClassName
{
border-color: #764864;
}
.TagClassName
{
border-color: #764864;
}
</style>