Shades of Cosmic #754D58
Tints of Cosmic #754D58
RGB
CMYK
RGB Variations
Color information
#754D58 (or 0x754D58) is known color: Cosmic. HEX triplet: 75, 4D and 58. RGB value is (117,77,88). Sum of RGB (Red+Green+Blue) = 117+77+88=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D58 is #8AB2A7. Grayscale: #5A5A5A. Windows color (decimal): -9089704 or 5786997. OLE color: 5786997.
HSL color Cylindrical-coordinate representation of color #754D58: hue angle of 343.5º 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 #754D58 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 88 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.54 |
| HSL | 343.5º | 0.21% | 0.38% | - |
| HSV(B) | 343.5º | 0.34% | 0.46% | - |
| XYZ | 11.75 | 9.79 | 10.5 | - |
| YUV | 90.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 88 | 0 | 0.34 | 0.25 | 0.54 | 343.5 | 0.21 | 0.38 |
| Hex | 75 | 4D | 58 | 0 | 22 | 19 | 36 | 158 | 15 | 26 |
| Octal | 165 | 115 | 130 | 0 | 42 | 31 | 66 | 530 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1011000 | 0 | 100010 | 11001 | 110110 | 101011000 | 10101 | 100110 |
Color Harmonies of #754D58
Complementary color
Monochromatic Colors of #754D58
Black with #754D58
Text Example
Text Example
White with #754D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D58; }
p { color: rgb(117,77,88); }
H1.HeaderClassName
{
color: #754D58;
}
.AnyTagClassName
{
color: #754D58;
}
</style>
background-color css
<style>
a { background-color: #754D58; }
a { background-color: rgb(117,77,88); }
div.DivClassName
{
background-color: #754D58;
}
.BgClassName
{
background-color: #754D58;
}
</style>
border-color css
<style>
span { border-color: #754D58; }
span { border-color: rgb(117,77,88); }
td.TdClassName
{
border-color: #754D58;
}
.TagClassName
{
border-color: #754D58;
}
</style>