Shades of Cosmic #75425C
Tints of Cosmic #75425C
RGB
CMYK
RGB Variations
Color information
#75425C (or 0x75425C) is known color: Cosmic. HEX triplet: 75, 42 and 5C. RGB value is (117,66,92). Sum of RGB (Red+Green+Blue) = 117+66+92=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75425C is #8ABDA3. Grayscale: #545454. Windows color (decimal): -9092516 or 6046325. OLE color: 6046325.
HSL color Cylindrical-coordinate representation of color #75425C: hue angle of 329.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75425C is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 92 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.54 |
| HSL | 329.41º | 0.28% | 0.36% | - |
| HSV(B) | 329.41º | 0.44% | 0.46% | - |
| XYZ | 11.22 | 8.45 | 11.17 | - |
| YUV | 84.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 92 | 0 | 0.44 | 0.21 | 0.54 | 329.41 | 0.28 | 0.36 |
| Hex | 75 | 42 | 5C | 0 | 2C | 15 | 36 | 149 | 1C | 24 |
| Octal | 165 | 102 | 134 | 0 | 54 | 25 | 66 | 511 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1011100 | 0 | 101100 | 10101 | 110110 | 101001001 | 11100 | 100100 |
Color Harmonies of #75425C
Complementary color
Monochromatic Colors of #75425C
Black with #75425C
Text Example
Text Example
White with #75425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75425C; }
p { color: rgb(117,66,92); }
H1.HeaderClassName
{
color: #75425C;
}
.AnyTagClassName
{
color: #75425C;
}
</style>
background-color css
<style>
a { background-color: #75425C; }
a { background-color: rgb(117,66,92); }
div.DivClassName
{
background-color: #75425C;
}
.BgClassName
{
background-color: #75425C;
}
</style>
border-color css
<style>
span { border-color: #75425C; }
span { border-color: rgb(117,66,92); }
td.TdClassName
{
border-color: #75425C;
}
.TagClassName
{
border-color: #75425C;
}
</style>