Shades of Cosmic #75515F
Tints of Cosmic #75515F
RGB
CMYK
RGB Variations
Color information
#75515F (or 0x75515F) is known color: Cosmic. HEX triplet: 75, 51 and 5F. RGB value is (117,81,95). Sum of RGB (Red+Green+Blue) = 117+81+95=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515F is #8AAEA0. Grayscale: #5D5D5D. Windows color (decimal): -9088673 or 6246773. OLE color: 6246773.
HSL color Cylindrical-coordinate representation of color #75515F: hue angle of 336.67º 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 #75515F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 95 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.54 |
| HSL | 336.67º | 0.18% | 0.39% | - |
| HSV(B) | 336.67º | 0.31% | 0.46% | - |
| XYZ | 12.34 | 10.49 | 12.2 | - |
| YUV | 93.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 95 | 0 | 0.31 | 0.19 | 0.54 | 336.67 | 0.18 | 0.39 |
| Hex | 75 | 51 | 5F | 0 | 1F | 13 | 36 | 151 | 12 | 27 |
| Octal | 165 | 121 | 137 | 0 | 37 | 23 | 66 | 521 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1011111 | 0 | 11111 | 10011 | 110110 | 101010001 | 10010 | 100111 |
Color Harmonies of #75515F
Complementary color
Monochromatic Colors of #75515F
Black with #75515F
Text Example
Text Example
White with #75515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75515F; }
p { color: rgb(117,81,95); }
H1.HeaderClassName
{
color: #75515F;
}
.AnyTagClassName
{
color: #75515F;
}
</style>
background-color css
<style>
a { background-color: #75515F; }
a { background-color: rgb(117,81,95); }
div.DivClassName
{
background-color: #75515F;
}
.BgClassName
{
background-color: #75515F;
}
</style>
border-color css
<style>
span { border-color: #75515F; }
span { border-color: rgb(117,81,95); }
td.TdClassName
{
border-color: #75515F;
}
.TagClassName
{
border-color: #75515F;
}
</style>