Shades of Cosmic #754F5B
Tints of Cosmic #754F5B
RGB
CMYK
RGB Variations
Color information
#754F5B (or 0x754F5B) is known color: Cosmic. HEX triplet: 75, 4F and 5B. RGB value is (117,79,91). Sum of RGB (Red+Green+Blue) = 117+79+91=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F5B is #8AB0A4. Grayscale: #5B5B5B. Windows color (decimal): -9089189 or 5984117. OLE color: 5984117.
HSL color Cylindrical-coordinate representation of color #754F5B: hue angle of 341.05º 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 #754F5B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 91 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.54 |
| HSL | 341.05º | 0.19% | 0.38% | - |
| HSV(B) | 341.05º | 0.32% | 0.46% | - |
| XYZ | 12.02 | 10.13 | 11.22 | - |
| YUV | 91.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 91 | 0 | 0.32 | 0.22 | 0.54 | 341.05 | 0.19 | 0.38 |
| Hex | 75 | 4F | 5B | 0 | 20 | 16 | 36 | 155 | 13 | 26 |
| Octal | 165 | 117 | 133 | 0 | 40 | 26 | 66 | 525 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1011011 | 0 | 100000 | 10110 | 110110 | 101010101 | 10011 | 100110 |
Color Harmonies of #754F5B
Complementary color
Monochromatic Colors of #754F5B
Black with #754F5B
Text Example
Text Example
White with #754F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F5B; }
p { color: rgb(117,79,91); }
H1.HeaderClassName
{
color: #754F5B;
}
.AnyTagClassName
{
color: #754F5B;
}
</style>
background-color css
<style>
a { background-color: #754F5B; }
a { background-color: rgb(117,79,91); }
div.DivClassName
{
background-color: #754F5B;
}
.BgClassName
{
background-color: #754F5B;
}
</style>
border-color css
<style>
span { border-color: #754F5B; }
span { border-color: rgb(117,79,91); }
td.TdClassName
{
border-color: #754F5B;
}
.TagClassName
{
border-color: #754F5B;
}
</style>