Shades of Cosmic #754D5D
Tints of Cosmic #754D5D
RGB
CMYK
RGB Variations
Color information
#754D5D (or 0x754D5D) is known color: Cosmic. HEX triplet: 75, 4D and 5D. RGB value is (117,77,93). Sum of RGB (Red+Green+Blue) = 117+77+93=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D5D is #8AB2A2. Grayscale: #5A5A5A. Windows color (decimal): -9089699 or 6114677. OLE color: 6114677.
HSL color Cylindrical-coordinate representation of color #754D5D: hue angle of 336º 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 #754D5D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 93 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.54 |
| HSL | 336º | 0.21% | 0.38% | - |
| HSV(B) | 336º | 0.34% | 0.46% | - |
| XYZ | 11.97 | 9.88 | 11.63 | - |
| YUV | 90.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 93 | 0 | 0.34 | 0.21 | 0.54 | 336 | 0.21 | 0.38 |
| Hex | 75 | 4D | 5D | 0 | 22 | 15 | 36 | 150 | 15 | 26 |
| Octal | 165 | 115 | 135 | 0 | 42 | 25 | 66 | 520 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1011101 | 0 | 100010 | 10101 | 110110 | 101010000 | 10101 | 100110 |
Color Harmonies of #754D5D
Complementary color
Monochromatic Colors of #754D5D
Black with #754D5D
Text Example
Text Example
White with #754D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D5D; }
p { color: rgb(117,77,93); }
H1.HeaderClassName
{
color: #754D5D;
}
.AnyTagClassName
{
color: #754D5D;
}
</style>
background-color css
<style>
a { background-color: #754D5D; }
a { background-color: rgb(117,77,93); }
div.DivClassName
{
background-color: #754D5D;
}
.BgClassName
{
background-color: #754D5D;
}
</style>
border-color css
<style>
span { border-color: #754D5D; }
span { border-color: rgb(117,77,93); }
td.TdClassName
{
border-color: #754D5D;
}
.TagClassName
{
border-color: #754D5D;
}
</style>