Shades of Cosmic #75525C
Tints of Cosmic #75525C
RGB
CMYK
RGB Variations
Color information
#75525C (or 0x75525C) is known color: Cosmic. HEX triplet: 75, 52 and 5C. RGB value is (117,82,92). Sum of RGB (Red+Green+Blue) = 117+82+92=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75525C is #8AADA3. Grayscale: #5D5D5D. Windows color (decimal): -9088420 or 6050421. OLE color: 6050421.
HSL color Cylindrical-coordinate representation of color #75525C: hue angle of 342.86º 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 #75525C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 92 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.54 |
| HSL | 342.86º | 0.18% | 0.39% | - |
| HSV(B) | 342.86º | 0.3% | 0.46% | - |
| XYZ | 12.29 | 10.59 | 11.52 | - |
| YUV | 93.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 92 | 0 | 0.30 | 0.21 | 0.54 | 342.86 | 0.18 | 0.39 |
| Hex | 75 | 52 | 5C | 0 | 1E | 15 | 36 | 157 | 12 | 27 |
| Octal | 165 | 122 | 134 | 0 | 36 | 25 | 66 | 527 | 22 | 47 |
| Binary | 1110101 | 1010010 | 1011100 | 0 | 11110 | 10101 | 110110 | 101010111 | 10010 | 100111 |
Color Harmonies of #75525C
Complementary color
Monochromatic Colors of #75525C
Black with #75525C
Text Example
Text Example
White with #75525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75525C; }
p { color: rgb(117,82,92); }
H1.HeaderClassName
{
color: #75525C;
}
.AnyTagClassName
{
color: #75525C;
}
</style>
background-color css
<style>
a { background-color: #75525C; }
a { background-color: rgb(117,82,92); }
div.DivClassName
{
background-color: #75525C;
}
.BgClassName
{
background-color: #75525C;
}
</style>
border-color css
<style>
span { border-color: #75525C; }
span { border-color: rgb(117,82,92); }
td.TdClassName
{
border-color: #75525C;
}
.TagClassName
{
border-color: #75525C;
}
</style>