Shades of Cosmic #754F5D
Tints of Cosmic #754F5D
RGB
CMYK
RGB Variations
Color information
#754F5D (or 0x754F5D) is known color: Cosmic. HEX triplet: 75, 4F and 5D. RGB value is (117,79,93). Sum of RGB (Red+Green+Blue) = 117+79+93=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F5D is #8AB0A2. Grayscale: #5B5B5B. Windows color (decimal): -9089187 or 6115189. OLE color: 6115189.
HSL color Cylindrical-coordinate representation of color #754F5D: hue angle of 337.89º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F5D is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 93 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.54 |
| HSL | 337.89º | 0.19% | 0.38% | - |
| HSV(B) | 337.89º | 0.32% | 0.46% | - |
| XYZ | 12.11 | 10.16 | 11.68 | - |
| YUV | 91.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 93 | 0 | 0.32 | 0.21 | 0.54 | 337.89 | 0.19 | 0.38 |
| Hex | 75 | 4F | 5D | 0 | 20 | 15 | 36 | 152 | 13 | 26 |
| Octal | 165 | 117 | 135 | 0 | 40 | 25 | 66 | 522 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1011101 | 0 | 100000 | 10101 | 110110 | 101010010 | 10011 | 100110 |
Color Harmonies of #754F5D
Complementary color
Monochromatic Colors of #754F5D
Black with #754F5D
Text Example
Text Example
White with #754F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F5D; }
p { color: rgb(117,79,93); }
H1.HeaderClassName
{
color: #754F5D;
}
.AnyTagClassName
{
color: #754F5D;
}
</style>
background-color css
<style>
a { background-color: #754F5D; }
a { background-color: rgb(117,79,93); }
div.DivClassName
{
background-color: #754F5D;
}
.BgClassName
{
background-color: #754F5D;
}
</style>
border-color css
<style>
span { border-color: #754F5D; }
span { border-color: rgb(117,79,93); }
td.TdClassName
{
border-color: #754F5D;
}
.TagClassName
{
border-color: #754F5D;
}
</style>