Shades of Cosmic #75525E
Tints of Cosmic #75525E
RGB
CMYK
RGB Variations
Color information
#75525E (or 0x75525E) is known color: Cosmic. HEX triplet: 75, 52 and 5E. RGB value is (117,82,94). Sum of RGB (Red+Green+Blue) = 117+82+94=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75525E is #8AADA1. Grayscale: #5D5D5D. Windows color (decimal): -9088418 or 6181493. OLE color: 6181493.
HSL color Cylindrical-coordinate representation of color #75525E: hue angle of 339.43º 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 #75525E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 94 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.54 |
| HSL | 339.43º | 0.18% | 0.39% | - |
| HSV(B) | 339.43º | 0.3% | 0.46% | - |
| XYZ | 12.37 | 10.62 | 11.99 | - |
| YUV | 93.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 94 | 0 | 0.30 | 0.20 | 0.54 | 339.43 | 0.18 | 0.39 |
| Hex | 75 | 52 | 5E | 0 | 1E | 14 | 36 | 153 | 12 | 27 |
| Octal | 165 | 122 | 136 | 0 | 36 | 24 | 66 | 523 | 22 | 47 |
| Binary | 1110101 | 1010010 | 1011110 | 0 | 11110 | 10100 | 110110 | 101010011 | 10010 | 100111 |
Color Harmonies of #75525E
Complementary color
Monochromatic Colors of #75525E
Black with #75525E
Text Example
Text Example
White with #75525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75525E; }
p { color: rgb(117,82,94); }
H1.HeaderClassName
{
color: #75525E;
}
.AnyTagClassName
{
color: #75525E;
}
</style>
background-color css
<style>
a { background-color: #75525E; }
a { background-color: rgb(117,82,94); }
div.DivClassName
{
background-color: #75525E;
}
.BgClassName
{
background-color: #75525E;
}
</style>
border-color css
<style>
span { border-color: #75525E; }
span { border-color: rgb(117,82,94); }
td.TdClassName
{
border-color: #75525E;
}
.TagClassName
{
border-color: #75525E;
}
</style>