Shades of Cosmic #75435D
Tints of Cosmic #75435D
RGB
CMYK
RGB Variations
Color information
#75435D (or 0x75435D) is known color: Cosmic. HEX triplet: 75, 43 and 5D. RGB value is (117,67,93). Sum of RGB (Red+Green+Blue) = 117+67+93=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435D is #8ABCA2. Grayscale: #545454. Windows color (decimal): -9092259 or 6112117. OLE color: 6112117.
HSL color Cylindrical-coordinate representation of color #75435D: hue angle of 328.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75435D is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 93 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.54 |
| HSL | 328.8º | 0.27% | 0.36% | - |
| HSV(B) | 328.8º | 0.43% | 0.46% | - |
| XYZ | 11.32 | 8.59 | 11.42 | - |
| YUV | 84.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 93 | 0 | 0.43 | 0.21 | 0.54 | 328.8 | 0.27 | 0.36 |
| Hex | 75 | 43 | 5D | 0 | 2B | 15 | 36 | 149 | 1B | 24 |
| Octal | 165 | 103 | 135 | 0 | 53 | 25 | 66 | 511 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1011101 | 0 | 101011 | 10101 | 110110 | 101001001 | 11011 | 100100 |
Color Harmonies of #75435D
Complementary color
Monochromatic Colors of #75435D
Black with #75435D
Text Example
Text Example
White with #75435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75435D; }
p { color: rgb(117,67,93); }
H1.HeaderClassName
{
color: #75435D;
}
.AnyTagClassName
{
color: #75435D;
}
</style>
background-color css
<style>
a { background-color: #75435D; }
a { background-color: rgb(117,67,93); }
div.DivClassName
{
background-color: #75435D;
}
.BgClassName
{
background-color: #75435D;
}
</style>
border-color css
<style>
span { border-color: #75435D; }
span { border-color: rgb(117,67,93); }
td.TdClassName
{
border-color: #75435D;
}
.TagClassName
{
border-color: #75435D;
}
</style>