Shades of Cosmic #75495A
Tints of Cosmic #75495A
RGB
CMYK
RGB Variations
Color information
#75495A (or 0x75495A) is known color: Cosmic. HEX triplet: 75, 49 and 5A. RGB value is (117,73,90). Sum of RGB (Red+Green+Blue) = 117+73+90=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495A is #8AB6A5. Grayscale: #585858. Windows color (decimal): -9090726 or 5917045. OLE color: 5917045.
HSL color Cylindrical-coordinate representation of color #75495A: hue angle of 336.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75495A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 90 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.54 |
| HSL | 336.82º | 0.23% | 0.37% | - |
| HSV(B) | 336.82º | 0.38% | 0.46% | - |
| XYZ | 11.56 | 9.29 | 10.86 | - |
| YUV | 88.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 90 | 0 | 0.38 | 0.23 | 0.54 | 336.82 | 0.23 | 0.37 |
| Hex | 75 | 49 | 5A | 0 | 26 | 17 | 36 | 151 | 17 | 25 |
| Octal | 165 | 111 | 132 | 0 | 46 | 27 | 66 | 521 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1011010 | 0 | 100110 | 10111 | 110110 | 101010001 | 10111 | 100101 |
Color Harmonies of #75495A
Complementary color
Monochromatic Colors of #75495A
Black with #75495A
Text Example
Text Example
White with #75495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75495A; }
p { color: rgb(117,73,90); }
H1.HeaderClassName
{
color: #75495A;
}
.AnyTagClassName
{
color: #75495A;
}
</style>
background-color css
<style>
a { background-color: #75495A; }
a { background-color: rgb(117,73,90); }
div.DivClassName
{
background-color: #75495A;
}
.BgClassName
{
background-color: #75495A;
}
</style>
border-color css
<style>
span { border-color: #75495A; }
span { border-color: rgb(117,73,90); }
td.TdClassName
{
border-color: #75495A;
}
.TagClassName
{
border-color: #75495A;
}
</style>