Shades of Cosmic #754F65
Tints of Cosmic #754F65
RGB
CMYK
RGB Variations
Color information
#754F65 (or 0x754F65) is known color: Cosmic. HEX triplet: 75, 4F and 65. RGB value is (117,79,101). Sum of RGB (Red+Green+Blue) = 117+79+101=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F65 is #8AB09A. Grayscale: #5C5C5C. Windows color (decimal): -9089179 or 6639477. OLE color: 6639477.
HSL color Cylindrical-coordinate representation of color #754F65: hue angle of 325.26º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F65 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 101 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.54 |
| HSL | 325.26º | 0.19% | 0.38% | - |
| HSV(B) | 325.26º | 0.32% | 0.46% | - |
| XYZ | 12.48 | 10.31 | 13.64 | - |
| YUV | 92.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 101 | 0 | 0.32 | 0.14 | 0.54 | 325.26 | 0.19 | 0.38 |
| Hex | 75 | 4F | 65 | 0 | 20 | E | 36 | 145 | 13 | 26 |
| Octal | 165 | 117 | 145 | 0 | 40 | 16 | 66 | 505 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1100101 | 0 | 100000 | 1110 | 110110 | 101000101 | 10011 | 100110 |
Color Harmonies of #754F65
Complementary color
Monochromatic Colors of #754F65
Black with #754F65
Text Example
Text Example
White with #754F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F65; }
p { color: rgb(117,79,101); }
H1.HeaderClassName
{
color: #754F65;
}
.AnyTagClassName
{
color: #754F65;
}
</style>
background-color css
<style>
a { background-color: #754F65; }
a { background-color: rgb(117,79,101); }
div.DivClassName
{
background-color: #754F65;
}
.BgClassName
{
background-color: #754F65;
}
</style>
border-color css
<style>
span { border-color: #754F65; }
span { border-color: rgb(117,79,101); }
td.TdClassName
{
border-color: #754F65;
}
.TagClassName
{
border-color: #754F65;
}
</style>