Shades of Cosmic #75555E
Tints of Cosmic #75555E
RGB
CMYK
RGB Variations
Color information
#75555E (or 0x75555E) is known color: Cosmic. HEX triplet: 75, 55 and 5E. RGB value is (117,85,94). Sum of RGB (Red+Green+Blue) = 117+85+94=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75555E is #8AAAA1. Grayscale: #5F5F5F. Windows color (decimal): -9087650 or 6182261. OLE color: 6182261.
HSL color Cylindrical-coordinate representation of color #75555E: hue angle of 343.12º 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 #75555E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 94 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.54 |
| HSL | 343.13º | 0.16% | 0.4% | - |
| HSV(B) | 343.13º | 0.27% | 0.46% | - |
| XYZ | 12.61 | 11.09 | 12.07 | - |
| YUV | 95.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 94 | 0 | 0.27 | 0.20 | 0.54 | 343.13 | 0.16 | 0.4 |
| Hex | 75 | 55 | 5E | 0 | 1B | 14 | 36 | 157 | 10 | 28 |
| Octal | 165 | 125 | 136 | 0 | 33 | 24 | 66 | 527 | 20 | 50 |
| Binary | 1110101 | 1010101 | 1011110 | 0 | 11011 | 10100 | 110110 | 101010111 | 10000 | 101000 |
Color Harmonies of #75555E
Complementary color
Monochromatic Colors of #75555E
Black with #75555E
Text Example
Text Example
White with #75555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75555E; }
p { color: rgb(117,85,94); }
H1.HeaderClassName
{
color: #75555E;
}
.AnyTagClassName
{
color: #75555E;
}
</style>
background-color css
<style>
a { background-color: #75555E; }
a { background-color: rgb(117,85,94); }
div.DivClassName
{
background-color: #75555E;
}
.BgClassName
{
background-color: #75555E;
}
</style>
border-color css
<style>
span { border-color: #75555E; }
span { border-color: rgb(117,85,94); }
td.TdClassName
{
border-color: #75555E;
}
.TagClassName
{
border-color: #75555E;
}
</style>