Shades of Cosmic #75555D
Tints of Cosmic #75555D
RGB
CMYK
RGB Variations
Color information
#75555D (or 0x75555D) is known color: Cosmic. HEX triplet: 75, 55 and 5D. RGB value is (117,85,93). Sum of RGB (Red+Green+Blue) = 117+85+93=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75555D is #8AAAA2. Grayscale: #5F5F5F. Windows color (decimal): -9087651 or 6116725. OLE color: 6116725.
HSL color Cylindrical-coordinate representation of color #75555D: hue angle of 345º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75555D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 93 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.54 |
| HSL | 345º | 0.16% | 0.4% | - |
| HSV(B) | 345º | 0.27% | 0.46% | - |
| XYZ | 12.56 | 11.07 | 11.83 | - |
| YUV | 95.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 93 | 0 | 0.27 | 0.21 | 0.54 | 345 | 0.16 | 0.4 |
| Hex | 75 | 55 | 5D | 0 | 1B | 15 | 36 | 159 | 10 | 28 |
| Octal | 165 | 125 | 135 | 0 | 33 | 25 | 66 | 531 | 20 | 50 |
| Binary | 1110101 | 1010101 | 1011101 | 0 | 11011 | 10101 | 110110 | 101011001 | 10000 | 101000 |
Color Harmonies of #75555D
Complementary color
Monochromatic Colors of #75555D
Black with #75555D
Text Example
Text Example
White with #75555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75555D; }
p { color: rgb(117,85,93); }
H1.HeaderClassName
{
color: #75555D;
}
.AnyTagClassName
{
color: #75555D;
}
</style>
background-color css
<style>
a { background-color: #75555D; }
a { background-color: rgb(117,85,93); }
div.DivClassName
{
background-color: #75555D;
}
.BgClassName
{
background-color: #75555D;
}
</style>
border-color css
<style>
span { border-color: #75555D; }
span { border-color: rgb(117,85,93); }
td.TdClassName
{
border-color: #75555D;
}
.TagClassName
{
border-color: #75555D;
}
</style>