Shades of Cosmic #75545C
Tints of Cosmic #75545C
RGB
CMYK
RGB Variations
Color information
#75545C (or 0x75545C) is known color: Cosmic. HEX triplet: 75, 54 and 5C. RGB value is (117,84,92). Sum of RGB (Red+Green+Blue) = 117+84+92=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545C is #8AABA3. Grayscale: #5E5E5E. Windows color (decimal): -9087908 or 6050933. OLE color: 6050933.
HSL color Cylindrical-coordinate representation of color #75545C: hue angle of 345.45º 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 #75545C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 92 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.54 |
| HSL | 345.45º | 0.16% | 0.39% | - |
| HSV(B) | 345.45º | 0.28% | 0.46% | - |
| XYZ | 12.44 | 10.9 | 11.57 | - |
| YUV | 94.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 92 | 0 | 0.28 | 0.21 | 0.54 | 345.45 | 0.16 | 0.39 |
| Hex | 75 | 54 | 5C | 0 | 1C | 15 | 36 | 159 | 10 | 27 |
| Octal | 165 | 124 | 134 | 0 | 34 | 25 | 66 | 531 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1011100 | 0 | 11100 | 10101 | 110110 | 101011001 | 10000 | 100111 |
Color Harmonies of #75545C
Complementary color
Monochromatic Colors of #75545C
Black with #75545C
Text Example
Text Example
White with #75545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75545C; }
p { color: rgb(117,84,92); }
H1.HeaderClassName
{
color: #75545C;
}
.AnyTagClassName
{
color: #75545C;
}
</style>
background-color css
<style>
a { background-color: #75545C; }
a { background-color: rgb(117,84,92); }
div.DivClassName
{
background-color: #75545C;
}
.BgClassName
{
background-color: #75545C;
}
</style>
border-color css
<style>
span { border-color: #75545C; }
span { border-color: rgb(117,84,92); }
td.TdClassName
{
border-color: #75545C;
}
.TagClassName
{
border-color: #75545C;
}
</style>