Shades of Cosmic #754D65
Tints of Cosmic #754D65
RGB
CMYK
RGB Variations
Color information
#754D65 (or 0x754D65) is known color: Cosmic. HEX triplet: 75, 4D and 65. RGB value is (117,77,101). Sum of RGB (Red+Green+Blue) = 117+77+101=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D65 is #8AB29A. Grayscale: #5B5B5B. Windows color (decimal): -9089691 or 6638965. OLE color: 6638965.
HSL color Cylindrical-coordinate representation of color #754D65: hue angle of 324º 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 #754D65 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 101 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.54 |
| HSL | 324º | 0.21% | 0.38% | - |
| HSV(B) | 324º | 0.34% | 0.46% | - |
| XYZ | 12.34 | 10.03 | 13.6 | - |
| YUV | 91.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 101 | 0 | 0.34 | 0.14 | 0.54 | 324 | 0.21 | 0.38 |
| Hex | 75 | 4D | 65 | 0 | 22 | E | 36 | 144 | 15 | 26 |
| Octal | 165 | 115 | 145 | 0 | 42 | 16 | 66 | 504 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1100101 | 0 | 100010 | 1110 | 110110 | 101000100 | 10101 | 100110 |
Color Harmonies of #754D65
Complementary color
Monochromatic Colors of #754D65
Black with #754D65
Text Example
Text Example
White with #754D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D65; }
p { color: rgb(117,77,101); }
H1.HeaderClassName
{
color: #754D65;
}
.AnyTagClassName
{
color: #754D65;
}
</style>
background-color css
<style>
a { background-color: #754D65; }
a { background-color: rgb(117,77,101); }
div.DivClassName
{
background-color: #754D65;
}
.BgClassName
{
background-color: #754D65;
}
</style>
border-color css
<style>
span { border-color: #754D65; }
span { border-color: rgb(117,77,101); }
td.TdClassName
{
border-color: #754D65;
}
.TagClassName
{
border-color: #754D65;
}
</style>