Shades of Cosmic #764B58
Tints of Cosmic #764B58
RGB
CMYK
RGB Variations
Color information
#764B58 (or 0x764B58) is known color: Cosmic. HEX triplet: 76, 4B and 58. RGB value is (118,75,88). Sum of RGB (Red+Green+Blue) = 118+75+88=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B58 is #89B4A7. Grayscale: #595959. Windows color (decimal): -9024680 or 5786486. OLE color: 5786486.
HSL color Cylindrical-coordinate representation of color #764B58: hue angle of 341.86º 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 #764B58 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 88 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.54 |
| HSL | 341.86º | 0.22% | 0.38% | - |
| HSV(B) | 341.86º | 0.36% | 0.46% | - |
| XYZ | 11.75 | 9.59 | 10.46 | - |
| YUV | 89.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 88 | 0 | 0.36 | 0.25 | 0.54 | 341.86 | 0.22 | 0.38 |
| Hex | 76 | 4B | 58 | 0 | 24 | 19 | 36 | 156 | 16 | 26 |
| Octal | 166 | 113 | 130 | 0 | 44 | 31 | 66 | 526 | 26 | 46 |
| Binary | 1110110 | 1001011 | 1011000 | 0 | 100100 | 11001 | 110110 | 101010110 | 10110 | 100110 |
Color Harmonies of #764B58
Complementary color
Monochromatic Colors of #764B58
Black with #764B58
Text Example
Text Example
White with #764B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B58; }
p { color: rgb(118,75,88); }
H1.HeaderClassName
{
color: #764B58;
}
.AnyTagClassName
{
color: #764B58;
}
</style>
background-color css
<style>
a { background-color: #764B58; }
a { background-color: rgb(118,75,88); }
div.DivClassName
{
background-color: #764B58;
}
.BgClassName
{
background-color: #764B58;
}
</style>
border-color css
<style>
span { border-color: #764B58; }
span { border-color: rgb(118,75,88); }
td.TdClassName
{
border-color: #764B58;
}
.TagClassName
{
border-color: #764B58;
}
</style>