Shades of Cosmic #764C57
Tints of Cosmic #764C57
RGB
CMYK
RGB Variations
Color information
#764C57 (or 0x764C57) is known color: Cosmic. HEX triplet: 76, 4C and 57. RGB value is (118,76,87). Sum of RGB (Red+Green+Blue) = 118+76+87=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C57 is #89B3A8. Grayscale: #595959. Windows color (decimal): -9024425 or 5721206. OLE color: 5721206.
HSL color Cylindrical-coordinate representation of color #764C57: hue angle of 344.29º 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 #764C57 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 87 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.54 |
| HSL | 344.29º | 0.22% | 0.38% | - |
| HSV(B) | 344.29º | 0.36% | 0.46% | - |
| XYZ | 11.78 | 9.71 | 10.27 | - |
| YUV | 89.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 87 | 0 | 0.36 | 0.26 | 0.54 | 344.29 | 0.22 | 0.38 |
| Hex | 76 | 4C | 57 | 0 | 24 | 1A | 36 | 158 | 16 | 26 |
| Octal | 166 | 114 | 127 | 0 | 44 | 32 | 66 | 530 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1010111 | 0 | 100100 | 11010 | 110110 | 101011000 | 10110 | 100110 |
Color Harmonies of #764C57
Complementary color
Monochromatic Colors of #764C57
Black with #764C57
Text Example
Text Example
White with #764C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C57; }
p { color: rgb(118,76,87); }
H1.HeaderClassName
{
color: #764C57;
}
.AnyTagClassName
{
color: #764C57;
}
</style>
background-color css
<style>
a { background-color: #764C57; }
a { background-color: rgb(118,76,87); }
div.DivClassName
{
background-color: #764C57;
}
.BgClassName
{
background-color: #764C57;
}
</style>
border-color css
<style>
span { border-color: #764C57; }
span { border-color: rgb(118,76,87); }
td.TdClassName
{
border-color: #764C57;
}
.TagClassName
{
border-color: #764C57;
}
</style>