Shades of Cosmic #754D64
Tints of Cosmic #754D64
RGB
CMYK
RGB Variations
Color information
#754D64 (or 0x754D64) is known color: Cosmic. HEX triplet: 75, 4D and 64. RGB value is (117,77,100). Sum of RGB (Red+Green+Blue) = 117+77+100=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D64 is #8AB29B. Grayscale: #5B5B5B. Windows color (decimal): -9089692 or 6573429. OLE color: 6573429.
HSL color Cylindrical-coordinate representation of color #754D64: hue angle of 325.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D64 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 100 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.54 |
| HSL | 325.5º | 0.21% | 0.38% | - |
| HSV(B) | 325.5º | 0.34% | 0.46% | - |
| XYZ | 12.29 | 10.01 | 13.34 | - |
| YUV | 91.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 100 | 0 | 0.34 | 0.15 | 0.54 | 325.5 | 0.21 | 0.38 |
| Hex | 75 | 4D | 64 | 0 | 22 | F | 36 | 146 | 15 | 26 |
| Octal | 165 | 115 | 144 | 0 | 42 | 17 | 66 | 506 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1100100 | 0 | 100010 | 1111 | 110110 | 101000110 | 10101 | 100110 |
Color Harmonies of #754D64
Complementary color
Monochromatic Colors of #754D64
Black with #754D64
Text Example
Text Example
White with #754D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D64; }
p { color: rgb(117,77,100); }
H1.HeaderClassName
{
color: #754D64;
}
.AnyTagClassName
{
color: #754D64;
}
</style>
background-color css
<style>
a { background-color: #754D64; }
a { background-color: rgb(117,77,100); }
div.DivClassName
{
background-color: #754D64;
}
.BgClassName
{
background-color: #754D64;
}
</style>
border-color css
<style>
span { border-color: #754D64; }
span { border-color: rgb(117,77,100); }
td.TdClassName
{
border-color: #754D64;
}
.TagClassName
{
border-color: #754D64;
}
</style>