Shades of Cosmic #75545E
Tints of Cosmic #75545E
RGB
CMYK
RGB Variations
Color information
#75545E (or 0x75545E) is known color: Cosmic. HEX triplet: 75, 54 and 5E. RGB value is (117,84,94). Sum of RGB (Red+Green+Blue) = 117+84+94=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545E is #8AABA1. Grayscale: #5F5F5F. Windows color (decimal): -9087906 or 6182005. OLE color: 6182005.
HSL color Cylindrical-coordinate representation of color #75545E: hue angle of 341.82º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75545E is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 94 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.54 |
| HSL | 341.82º | 0.16% | 0.39% | - |
| HSV(B) | 341.82º | 0.28% | 0.46% | - |
| XYZ | 12.53 | 10.93 | 12.04 | - |
| YUV | 95.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 94 | 0 | 0.28 | 0.20 | 0.54 | 341.82 | 0.16 | 0.39 |
| Hex | 75 | 54 | 5E | 0 | 1C | 14 | 36 | 156 | 10 | 27 |
| Octal | 165 | 124 | 136 | 0 | 34 | 24 | 66 | 526 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1011110 | 0 | 11100 | 10100 | 110110 | 101010110 | 10000 | 100111 |
Color Harmonies of #75545E
Complementary color
Monochromatic Colors of #75545E
Black with #75545E
Text Example
Text Example
White with #75545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75545E; }
p { color: rgb(117,84,94); }
H1.HeaderClassName
{
color: #75545E;
}
.AnyTagClassName
{
color: #75545E;
}
</style>
background-color css
<style>
a { background-color: #75545E; }
a { background-color: rgb(117,84,94); }
div.DivClassName
{
background-color: #75545E;
}
.BgClassName
{
background-color: #75545E;
}
</style>
border-color css
<style>
span { border-color: #75545E; }
span { border-color: rgb(117,84,94); }
td.TdClassName
{
border-color: #75545E;
}
.TagClassName
{
border-color: #75545E;
}
</style>