Shades of Cosmic #754B64
Tints of Cosmic #754B64
RGB
CMYK
RGB Variations
Color information
#754B64 (or 0x754B64) is known color: Cosmic. HEX triplet: 75, 4B and 64. RGB value is (117,75,100). Sum of RGB (Red+Green+Blue) = 117+75+100=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #754B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B64 is #8AB49B. Grayscale: #5A5A5A. Windows color (decimal): -9090204 or 6572917. OLE color: 6572917.
HSL color Cylindrical-coordinate representation of color #754B64: hue angle of 324.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B64 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 100 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.54 |
| HSL | 324.29º | 0.22% | 0.38% | - |
| HSV(B) | 324.29º | 0.36% | 0.46% | - |
| XYZ | 12.15 | 9.73 | 13.29 | - |
| YUV | 90.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 100 | 0 | 0.36 | 0.15 | 0.54 | 324.29 | 0.22 | 0.38 |
| Hex | 75 | 4B | 64 | 0 | 24 | F | 36 | 144 | 16 | 26 |
| Octal | 165 | 113 | 144 | 0 | 44 | 17 | 66 | 504 | 26 | 46 |
| Binary | 1110101 | 1001011 | 1100100 | 0 | 100100 | 1111 | 110110 | 101000100 | 10110 | 100110 |
Color Harmonies of #754B64
Complementary color
Monochromatic Colors of #754B64
Black with #754B64
Text Example
Text Example
White with #754B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B64; }
p { color: rgb(117,75,100); }
H1.HeaderClassName
{
color: #754B64;
}
.AnyTagClassName
{
color: #754B64;
}
</style>
background-color css
<style>
a { background-color: #754B64; }
a { background-color: rgb(117,75,100); }
div.DivClassName
{
background-color: #754B64;
}
.BgClassName
{
background-color: #754B64;
}
</style>
border-color css
<style>
span { border-color: #754B64; }
span { border-color: rgb(117,75,100); }
td.TdClassName
{
border-color: #754B64;
}
.TagClassName
{
border-color: #754B64;
}
</style>