Shades of Cosmic #754E57
Tints of Cosmic #754E57
RGB
CMYK
RGB Variations
Color information
#754E57 (or 0x754E57) is known color: Cosmic. HEX triplet: 75, 4E and 57. RGB value is (117,78,87). Sum of RGB (Red+Green+Blue) = 117+78+87=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E57 is #8AB1A8. Grayscale: #5A5A5A. Windows color (decimal): -9089449 or 5721717. OLE color: 5721717.
HSL color Cylindrical-coordinate representation of color #754E57: hue angle of 346.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E57 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 87 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.54 |
| HSL | 346.15º | 0.2% | 0.38% | - |
| HSV(B) | 346.15º | 0.33% | 0.46% | - |
| XYZ | 11.78 | 9.92 | 10.31 | - |
| YUV | 90.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 87 | 0 | 0.33 | 0.26 | 0.54 | 346.15 | 0.2 | 0.38 |
| Hex | 75 | 4E | 57 | 0 | 21 | 1A | 36 | 15A | 14 | 26 |
| Octal | 165 | 116 | 127 | 0 | 41 | 32 | 66 | 532 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1010111 | 0 | 100001 | 11010 | 110110 | 101011010 | 10100 | 100110 |
Color Harmonies of #754E57
Complementary color
Monochromatic Colors of #754E57
Black with #754E57
Text Example
Text Example
White with #754E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E57; }
p { color: rgb(117,78,87); }
H1.HeaderClassName
{
color: #754E57;
}
.AnyTagClassName
{
color: #754E57;
}
</style>
background-color css
<style>
a { background-color: #754E57; }
a { background-color: rgb(117,78,87); }
div.DivClassName
{
background-color: #754E57;
}
.BgClassName
{
background-color: #754E57;
}
</style>
border-color css
<style>
span { border-color: #754E57; }
span { border-color: rgb(117,78,87); }
td.TdClassName
{
border-color: #754E57;
}
.TagClassName
{
border-color: #754E57;
}
</style>