Shades of Cosmic #754F5A
Tints of Cosmic #754F5A
RGB
CMYK
RGB Variations
Color information
#754F5A (or 0x754F5A) is known color: Cosmic. HEX triplet: 75, 4F and 5A. RGB value is (117,79,90). Sum of RGB (Red+Green+Blue) = 117+79+90=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F5A is #8AB0A5. Grayscale: #5B5B5B. Windows color (decimal): -9089190 or 5918581. OLE color: 5918581.
HSL color Cylindrical-coordinate representation of color #754F5A: hue angle of 342.63º 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 #754F5A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 90 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.54 |
| HSL | 342.63º | 0.19% | 0.38% | - |
| HSV(B) | 342.63º | 0.32% | 0.46% | - |
| XYZ | 11.98 | 10.11 | 10.99 | - |
| YUV | 91.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 90 | 0 | 0.32 | 0.23 | 0.54 | 342.63 | 0.19 | 0.38 |
| Hex | 75 | 4F | 5A | 0 | 20 | 17 | 36 | 157 | 13 | 26 |
| Octal | 165 | 117 | 132 | 0 | 40 | 27 | 66 | 527 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1011010 | 0 | 100000 | 10111 | 110110 | 101010111 | 10011 | 100110 |
Color Harmonies of #754F5A
Complementary color
Monochromatic Colors of #754F5A
Black with #754F5A
Text Example
Text Example
White with #754F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F5A; }
p { color: rgb(117,79,90); }
H1.HeaderClassName
{
color: #754F5A;
}
.AnyTagClassName
{
color: #754F5A;
}
</style>
background-color css
<style>
a { background-color: #754F5A; }
a { background-color: rgb(117,79,90); }
div.DivClassName
{
background-color: #754F5A;
}
.BgClassName
{
background-color: #754F5A;
}
</style>
border-color css
<style>
span { border-color: #754F5A; }
span { border-color: rgb(117,79,90); }
td.TdClassName
{
border-color: #754F5A;
}
.TagClassName
{
border-color: #754F5A;
}
</style>