Shades of Cosmic #75515D
Tints of Cosmic #75515D
RGB
CMYK
RGB Variations
Color information
#75515D (or 0x75515D) is known color: Cosmic. HEX triplet: 75, 51 and 5D. RGB value is (117,81,93). Sum of RGB (Red+Green+Blue) = 117+81+93=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515D is #8AAEA2. Grayscale: #5D5D5D. Windows color (decimal): -9088675 or 6115701. OLE color: 6115701.
HSL color Cylindrical-coordinate representation of color #75515D: hue angle of 340º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75515D is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 93 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.54 |
| HSL | 340º | 0.18% | 0.39% | - |
| HSV(B) | 340º | 0.31% | 0.46% | - |
| XYZ | 12.25 | 10.46 | 11.73 | - |
| YUV | 93.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 93 | 0 | 0.31 | 0.21 | 0.54 | 340 | 0.18 | 0.39 |
| Hex | 75 | 51 | 5D | 0 | 1F | 15 | 36 | 154 | 12 | 27 |
| Octal | 165 | 121 | 135 | 0 | 37 | 25 | 66 | 524 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1011101 | 0 | 11111 | 10101 | 110110 | 101010100 | 10010 | 100111 |
Color Harmonies of #75515D
Complementary color
Monochromatic Colors of #75515D
Black with #75515D
Text Example
Text Example
White with #75515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75515D; }
p { color: rgb(117,81,93); }
H1.HeaderClassName
{
color: #75515D;
}
.AnyTagClassName
{
color: #75515D;
}
</style>
background-color css
<style>
a { background-color: #75515D; }
a { background-color: rgb(117,81,93); }
div.DivClassName
{
background-color: #75515D;
}
.BgClassName
{
background-color: #75515D;
}
</style>
border-color css
<style>
span { border-color: #75515D; }
span { border-color: rgb(117,81,93); }
td.TdClassName
{
border-color: #75515D;
}
.TagClassName
{
border-color: #75515D;
}
</style>