Shades of Cosmic #75435F
Tints of Cosmic #75435F
RGB
CMYK
RGB Variations
Color information
#75435F (or 0x75435F) is known color: Cosmic. HEX triplet: 75, 43 and 5F. RGB value is (117,67,95). Sum of RGB (Red+Green+Blue) = 117+67+95=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435F is #8ABCA0. Grayscale: #555555. Windows color (decimal): -9092257 or 6243189. OLE color: 6243189.
HSL color Cylindrical-coordinate representation of color #75435F: hue angle of 326.4º 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 #75435F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 95 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.54 |
| HSL | 326.4º | 0.27% | 0.36% | - |
| HSV(B) | 326.4º | 0.43% | 0.46% | - |
| XYZ | 11.41 | 8.62 | 11.89 | - |
| YUV | 85.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 95 | 0 | 0.43 | 0.19 | 0.54 | 326.4 | 0.27 | 0.36 |
| Hex | 75 | 43 | 5F | 0 | 2B | 13 | 36 | 146 | 1B | 24 |
| Octal | 165 | 103 | 137 | 0 | 53 | 23 | 66 | 506 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1011111 | 0 | 101011 | 10011 | 110110 | 101000110 | 11011 | 100100 |
Color Harmonies of #75435F
Complementary color
Monochromatic Colors of #75435F
Black with #75435F
Text Example
Text Example
White with #75435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75435F; }
p { color: rgb(117,67,95); }
H1.HeaderClassName
{
color: #75435F;
}
.AnyTagClassName
{
color: #75435F;
}
</style>
background-color css
<style>
a { background-color: #75435F; }
a { background-color: rgb(117,67,95); }
div.DivClassName
{
background-color: #75435F;
}
.BgClassName
{
background-color: #75435F;
}
</style>
border-color css
<style>
span { border-color: #75435F; }
span { border-color: rgb(117,67,95); }
td.TdClassName
{
border-color: #75435F;
}
.TagClassName
{
border-color: #75435F;
}
</style>