Shades of Cosmic #75486A
Tints of Cosmic #75486A
RGB
CMYK
RGB Variations
Color information
#75486A (or 0x75486A) is known color: Cosmic. HEX triplet: 75, 48 and 6A. RGB value is (117,72,106). Sum of RGB (Red+Green+Blue) = 117+72+106=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486A is #8AB795. Grayscale: #595959. Windows color (decimal): -9090966 or 6965365. OLE color: 6965365.
HSL color Cylindrical-coordinate representation of color #75486A: hue angle of 314.67º degrees, saturation: 0.24, 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 #75486A is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 106 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.54 |
| HSL | 314.67º | 0.24% | 0.37% | - |
| HSV(B) | 314.67º | 0.38% | 0.46% | - |
| XYZ | 12.26 | 9.46 | 14.82 | - |
| YUV | 89.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 106 | 0 | 0.38 | 0.09 | 0.54 | 314.67 | 0.24 | 0.37 |
| Hex | 75 | 48 | 6A | 0 | 26 | 9 | 36 | 13B | 18 | 25 |
| Octal | 165 | 110 | 152 | 0 | 46 | 11 | 66 | 473 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1101010 | 0 | 100110 | 1001 | 110110 | 100111011 | 11000 | 100101 |
Color Harmonies of #75486A
Complementary color
Monochromatic Colors of #75486A
Black with #75486A
Text Example
Text Example
White with #75486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75486A; }
p { color: rgb(117,72,106); }
H1.HeaderClassName
{
color: #75486A;
}
.AnyTagClassName
{
color: #75486A;
}
</style>
background-color css
<style>
a { background-color: #75486A; }
a { background-color: rgb(117,72,106); }
div.DivClassName
{
background-color: #75486A;
}
.BgClassName
{
background-color: #75486A;
}
</style>
border-color css
<style>
span { border-color: #75486A; }
span { border-color: rgb(117,72,106); }
td.TdClassName
{
border-color: #75486A;
}
.TagClassName
{
border-color: #75486A;
}
</style>