Shades of Cosmic #754D59
Tints of Cosmic #754D59
RGB
CMYK
RGB Variations
Color information
#754D59 (or 0x754D59) is known color: Cosmic. HEX triplet: 75, 4D and 59. RGB value is (117,77,89). Sum of RGB (Red+Green+Blue) = 117+77+89=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D59 is #8AB2A6. Grayscale: #5A5A5A. Windows color (decimal): -9089703 or 5852533. OLE color: 5852533.
HSL color Cylindrical-coordinate representation of color #754D59: hue angle of 342º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D59 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 89 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.54 |
| HSL | 342º | 0.21% | 0.38% | - |
| HSV(B) | 342º | 0.34% | 0.46% | - |
| XYZ | 11.79 | 9.81 | 10.72 | - |
| YUV | 90.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 89 | 0 | 0.34 | 0.24 | 0.54 | 342 | 0.21 | 0.38 |
| Hex | 75 | 4D | 59 | 0 | 22 | 18 | 36 | 156 | 15 | 26 |
| Octal | 165 | 115 | 131 | 0 | 42 | 30 | 66 | 526 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1011001 | 0 | 100010 | 11000 | 110110 | 101010110 | 10101 | 100110 |
Color Harmonies of #754D59
Complementary color
Monochromatic Colors of #754D59
Black with #754D59
Text Example
Text Example
White with #754D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D59; }
p { color: rgb(117,77,89); }
H1.HeaderClassName
{
color: #754D59;
}
.AnyTagClassName
{
color: #754D59;
}
</style>
background-color css
<style>
a { background-color: #754D59; }
a { background-color: rgb(117,77,89); }
div.DivClassName
{
background-color: #754D59;
}
.BgClassName
{
background-color: #754D59;
}
</style>
border-color css
<style>
span { border-color: #754D59; }
span { border-color: rgb(117,77,89); }
td.TdClassName
{
border-color: #754D59;
}
.TagClassName
{
border-color: #754D59;
}
</style>