Shades of Cosmic #754E5F
Tints of Cosmic #754E5F
RGB
CMYK
RGB Variations
Color information
#754E5F (or 0x754E5F) is known color: Cosmic. HEX triplet: 75, 4E and 5F. RGB value is (117,78,95). Sum of RGB (Red+Green+Blue) = 117+78+95=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #754E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E5F is #8AB1A0. Grayscale: #5B5B5B. Windows color (decimal): -9089441 or 6246005. OLE color: 6246005.
HSL color Cylindrical-coordinate representation of color #754E5F: hue angle of 333.85º 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 #754E5F is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 95 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.54 |
| HSL | 333.85º | 0.2% | 0.38% | - |
| HSV(B) | 333.85º | 0.33% | 0.46% | - |
| XYZ | 12.13 | 10.06 | 12.13 | - |
| YUV | 91.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 95 | 0 | 0.33 | 0.19 | 0.54 | 333.85 | 0.2 | 0.38 |
| Hex | 75 | 4E | 5F | 0 | 21 | 13 | 36 | 14E | 14 | 26 |
| Octal | 165 | 116 | 137 | 0 | 41 | 23 | 66 | 516 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1011111 | 0 | 100001 | 10011 | 110110 | 101001110 | 10100 | 100110 |
Color Harmonies of #754E5F
Complementary color
Monochromatic Colors of #754E5F
Black with #754E5F
Text Example
Text Example
White with #754E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E5F; }
p { color: rgb(117,78,95); }
H1.HeaderClassName
{
color: #754E5F;
}
.AnyTagClassName
{
color: #754E5F;
}
</style>
background-color css
<style>
a { background-color: #754E5F; }
a { background-color: rgb(117,78,95); }
div.DivClassName
{
background-color: #754E5F;
}
.BgClassName
{
background-color: #754E5F;
}
</style>
border-color css
<style>
span { border-color: #754E5F; }
span { border-color: rgb(117,78,95); }
td.TdClassName
{
border-color: #754E5F;
}
.TagClassName
{
border-color: #754E5F;
}
</style>