Shades of Cosmic #754363
Tints of Cosmic #754363
RGB
CMYK
RGB Variations
Color information
#754363 (or 0x754363) is known color: Cosmic. HEX triplet: 75, 43 and 63. RGB value is (117,67,99). Sum of RGB (Red+Green+Blue) = 117+67+99=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754363 is #8ABC9C. Grayscale: #555555. Windows color (decimal): -9092253 or 6505333. OLE color: 6505333.
HSL color Cylindrical-coordinate representation of color #754363: hue angle of 321.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 #754363 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 99 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.54 |
| HSL | 321.6º | 0.27% | 0.36% | - |
| HSV(B) | 321.6º | 0.43% | 0.46% | - |
| XYZ | 11.6 | 8.7 | 12.87 | - |
| YUV | 85.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 99 | 0 | 0.43 | 0.15 | 0.54 | 321.6 | 0.27 | 0.36 |
| Hex | 75 | 43 | 63 | 0 | 2B | F | 36 | 142 | 1B | 24 |
| Octal | 165 | 103 | 143 | 0 | 53 | 17 | 66 | 502 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1100011 | 0 | 101011 | 1111 | 110110 | 101000010 | 11011 | 100100 |
Color Harmonies of #754363
Complementary color
Monochromatic Colors of #754363
Black with #754363
Text Example
Text Example
White with #754363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754363; }
p { color: rgb(117,67,99); }
H1.HeaderClassName
{
color: #754363;
}
.AnyTagClassName
{
color: #754363;
}
</style>
background-color css
<style>
a { background-color: #754363; }
a { background-color: rgb(117,67,99); }
div.DivClassName
{
background-color: #754363;
}
.BgClassName
{
background-color: #754363;
}
</style>
border-color css
<style>
span { border-color: #754363; }
span { border-color: rgb(117,67,99); }
td.TdClassName
{
border-color: #754363;
}
.TagClassName
{
border-color: #754363;
}
</style>