Shades of Cosmic #764D58
Tints of Cosmic #764D58
RGB
CMYK
RGB Variations
Color information
#764D58 (or 0x764D58) is known color: Cosmic. HEX triplet: 76, 4D and 58. RGB value is (118,77,88). Sum of RGB (Red+Green+Blue) = 118+77+88=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D58 is #89B2A7. Grayscale: #5A5A5A. Windows color (decimal): -9024168 or 5786998. OLE color: 5786998.
HSL color Cylindrical-coordinate representation of color #764D58: hue angle of 343.9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D58 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 88 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.54 |
| HSL | 343.9º | 0.21% | 0.38% | - |
| HSV(B) | 343.9º | 0.35% | 0.46% | - |
| XYZ | 11.89 | 9.86 | 10.51 | - |
| YUV | 90.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 88 | 0 | 0.35 | 0.25 | 0.54 | 343.9 | 0.21 | 0.38 |
| Hex | 76 | 4D | 58 | 0 | 23 | 19 | 36 | 158 | 15 | 26 |
| Octal | 166 | 115 | 130 | 0 | 43 | 31 | 66 | 530 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1011000 | 0 | 100011 | 11001 | 110110 | 101011000 | 10101 | 100110 |
Color Harmonies of #764D58
Complementary color
Monochromatic Colors of #764D58
Black with #764D58
Text Example
Text Example
White with #764D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D58; }
p { color: rgb(118,77,88); }
H1.HeaderClassName
{
color: #764D58;
}
.AnyTagClassName
{
color: #764D58;
}
</style>
background-color css
<style>
a { background-color: #764D58; }
a { background-color: rgb(118,77,88); }
div.DivClassName
{
background-color: #764D58;
}
.BgClassName
{
background-color: #764D58;
}
</style>
border-color css
<style>
span { border-color: #764D58; }
span { border-color: rgb(118,77,88); }
td.TdClassName
{
border-color: #764D58;
}
.TagClassName
{
border-color: #764D58;
}
</style>