Shades of Cosmic #754A57
Tints of Cosmic #754A57
RGB
CMYK
RGB Variations
Color information
#754A57 (or 0x754A57) is known color: Cosmic. HEX triplet: 75, 4A and 57. RGB value is (117,74,87). Sum of RGB (Red+Green+Blue) = 117+74+87=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A57 is #8AB5A8. Grayscale: #585858. Windows color (decimal): -9090473 or 5720693. OLE color: 5720693.
HSL color Cylindrical-coordinate representation of color #754A57: hue angle of 341.86º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A57 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 87 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.54 |
| HSL | 341.86º | 0.23% | 0.37% | - |
| HSV(B) | 341.86º | 0.37% | 0.46% | - |
| XYZ | 11.51 | 9.37 | 10.22 | - |
| YUV | 88.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 87 | 0 | 0.37 | 0.26 | 0.54 | 341.86 | 0.23 | 0.37 |
| Hex | 75 | 4A | 57 | 0 | 25 | 1A | 36 | 156 | 17 | 25 |
| Octal | 165 | 112 | 127 | 0 | 45 | 32 | 66 | 526 | 27 | 45 |
| Binary | 1110101 | 1001010 | 1010111 | 0 | 100101 | 11010 | 110110 | 101010110 | 10111 | 100101 |
Color Harmonies of #754A57
Complementary color
Monochromatic Colors of #754A57
Black with #754A57
Text Example
Text Example
White with #754A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A57; }
p { color: rgb(117,74,87); }
H1.HeaderClassName
{
color: #754A57;
}
.AnyTagClassName
{
color: #754A57;
}
</style>
background-color css
<style>
a { background-color: #754A57; }
a { background-color: rgb(117,74,87); }
div.DivClassName
{
background-color: #754A57;
}
.BgClassName
{
background-color: #754A57;
}
</style>
border-color css
<style>
span { border-color: #754A57; }
span { border-color: rgb(117,74,87); }
td.TdClassName
{
border-color: #754A57;
}
.TagClassName
{
border-color: #754A57;
}
</style>