Shades of Cosmic #75545D
Tints of Cosmic #75545D
RGB
CMYK
RGB Variations
Color information
#75545D (or 0x75545D) is known color: Cosmic. HEX triplet: 75, 54 and 5D. RGB value is (117,84,93). Sum of RGB (Red+Green+Blue) = 117+84+93=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545D is #8AABA2. Grayscale: #5E5E5E. Windows color (decimal): -9087907 or 6116469. OLE color: 6116469.
HSL color Cylindrical-coordinate representation of color #75545D: hue angle of 343.64º 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 #75545D is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 93 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.54 |
| HSL | 343.64º | 0.16% | 0.39% | - |
| HSV(B) | 343.64º | 0.28% | 0.46% | - |
| XYZ | 12.48 | 10.91 | 11.8 | - |
| YUV | 94.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 93 | 0 | 0.28 | 0.21 | 0.54 | 343.64 | 0.16 | 0.39 |
| Hex | 75 | 54 | 5D | 0 | 1C | 15 | 36 | 158 | 10 | 27 |
| Octal | 165 | 124 | 135 | 0 | 34 | 25 | 66 | 530 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1011101 | 0 | 11100 | 10101 | 110110 | 101011000 | 10000 | 100111 |
Color Harmonies of #75545D
Complementary color
Monochromatic Colors of #75545D
Black with #75545D
Text Example
Text Example
White with #75545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75545D; }
p { color: rgb(117,84,93); }
H1.HeaderClassName
{
color: #75545D;
}
.AnyTagClassName
{
color: #75545D;
}
</style>
background-color css
<style>
a { background-color: #75545D; }
a { background-color: rgb(117,84,93); }
div.DivClassName
{
background-color: #75545D;
}
.BgClassName
{
background-color: #75545D;
}
</style>
border-color css
<style>
span { border-color: #75545D; }
span { border-color: rgb(117,84,93); }
td.TdClassName
{
border-color: #75545D;
}
.TagClassName
{
border-color: #75545D;
}
</style>