Shades of Cosmic #75435E
Tints of Cosmic #75435E
RGB
CMYK
RGB Variations
Color information
#75435E (or 0x75435E) is known color: Cosmic. HEX triplet: 75, 43 and 5E. RGB value is (117,67,94). Sum of RGB (Red+Green+Blue) = 117+67+94=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435E is #8ABCA1. Grayscale: #545454. Windows color (decimal): -9092258 or 6177653. OLE color: 6177653.
HSL color Cylindrical-coordinate representation of color #75435E: hue angle of 327.6º 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 #75435E is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 94 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.54 |
| HSL | 327.6º | 0.27% | 0.36% | - |
| HSV(B) | 327.6º | 0.43% | 0.46% | - |
| XYZ | 11.36 | 8.6 | 11.65 | - |
| YUV | 85.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 94 | 0 | 0.43 | 0.20 | 0.54 | 327.6 | 0.27 | 0.36 |
| Hex | 75 | 43 | 5E | 0 | 2B | 14 | 36 | 148 | 1B | 24 |
| Octal | 165 | 103 | 136 | 0 | 53 | 24 | 66 | 510 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1011110 | 0 | 101011 | 10100 | 110110 | 101001000 | 11011 | 100100 |
Color Harmonies of #75435E
Complementary color
Monochromatic Colors of #75435E
Black with #75435E
Text Example
Text Example
White with #75435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75435E; }
p { color: rgb(117,67,94); }
H1.HeaderClassName
{
color: #75435E;
}
.AnyTagClassName
{
color: #75435E;
}
</style>
background-color css
<style>
a { background-color: #75435E; }
a { background-color: rgb(117,67,94); }
div.DivClassName
{
background-color: #75435E;
}
.BgClassName
{
background-color: #75435E;
}
</style>
border-color css
<style>
span { border-color: #75435E; }
span { border-color: rgb(117,67,94); }
td.TdClassName
{
border-color: #75435E;
}
.TagClassName
{
border-color: #75435E;
}
</style>