Shades of Cosmic #75525D
Tints of Cosmic #75525D
RGB
CMYK
RGB Variations
Color information
#75525D (or 0x75525D) is known color: Cosmic. HEX triplet: 75, 52 and 5D. RGB value is (117,82,93). Sum of RGB (Red+Green+Blue) = 117+82+93=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75525D is #8AADA2. Grayscale: #5D5D5D. Windows color (decimal): -9088419 or 6115957. OLE color: 6115957.
HSL color Cylindrical-coordinate representation of color #75525D: hue angle of 341.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75525D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 93 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.54 |
| HSL | 341.14º | 0.18% | 0.39% | - |
| HSV(B) | 341.14º | 0.3% | 0.46% | - |
| XYZ | 12.33 | 10.61 | 11.75 | - |
| YUV | 93.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 93 | 0 | 0.30 | 0.21 | 0.54 | 341.14 | 0.18 | 0.39 |
| Hex | 75 | 52 | 5D | 0 | 1E | 15 | 36 | 155 | 12 | 27 |
| Octal | 165 | 122 | 135 | 0 | 36 | 25 | 66 | 525 | 22 | 47 |
| Binary | 1110101 | 1010010 | 1011101 | 0 | 11110 | 10101 | 110110 | 101010101 | 10010 | 100111 |
Color Harmonies of #75525D
Complementary color
Monochromatic Colors of #75525D
Black with #75525D
Text Example
Text Example
White with #75525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75525D; }
p { color: rgb(117,82,93); }
H1.HeaderClassName
{
color: #75525D;
}
.AnyTagClassName
{
color: #75525D;
}
</style>
background-color css
<style>
a { background-color: #75525D; }
a { background-color: rgb(117,82,93); }
div.DivClassName
{
background-color: #75525D;
}
.BgClassName
{
background-color: #75525D;
}
</style>
border-color css
<style>
span { border-color: #75525D; }
span { border-color: rgb(117,82,93); }
td.TdClassName
{
border-color: #75525D;
}
.TagClassName
{
border-color: #75525D;
}
</style>