Shades of Cosmic #754E64
Tints of Cosmic #754E64
RGB
CMYK
RGB Variations
Color information
#754E64 (or 0x754E64) is known color: Cosmic. HEX triplet: 75, 4E and 64. RGB value is (117,78,100). Sum of RGB (Red+Green+Blue) = 117+78+100=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E64 is #8AB19B. Grayscale: #5C5C5C. Windows color (decimal): -9089436 or 6573685. OLE color: 6573685.
HSL color Cylindrical-coordinate representation of color #754E64: hue angle of 326.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 #754E64 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 100 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.54 |
| HSL | 326.15º | 0.2% | 0.38% | - |
| HSV(B) | 326.15º | 0.33% | 0.46% | - |
| XYZ | 12.36 | 10.15 | 13.36 | - |
| YUV | 92.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 100 | 0 | 0.33 | 0.15 | 0.54 | 326.15 | 0.2 | 0.38 |
| Hex | 75 | 4E | 64 | 0 | 21 | F | 36 | 146 | 14 | 26 |
| Octal | 165 | 116 | 144 | 0 | 41 | 17 | 66 | 506 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1100100 | 0 | 100001 | 1111 | 110110 | 101000110 | 10100 | 100110 |
Color Harmonies of #754E64
Complementary color
Monochromatic Colors of #754E64
Black with #754E64
Text Example
Text Example
White with #754E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E64; }
p { color: rgb(117,78,100); }
H1.HeaderClassName
{
color: #754E64;
}
.AnyTagClassName
{
color: #754E64;
}
</style>
background-color css
<style>
a { background-color: #754E64; }
a { background-color: rgb(117,78,100); }
div.DivClassName
{
background-color: #754E64;
}
.BgClassName
{
background-color: #754E64;
}
</style>
border-color css
<style>
span { border-color: #754E64; }
span { border-color: rgb(117,78,100); }
td.TdClassName
{
border-color: #754E64;
}
.TagClassName
{
border-color: #754E64;
}
</style>