Shades of Cosmic #754565
Tints of Cosmic #754565
RGB
CMYK
RGB Variations
Color information
#754565 (or 0x754565) is known color: Cosmic. HEX triplet: 75, 45 and 65. RGB value is (117,69,101). Sum of RGB (Red+Green+Blue) = 117+69+101=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754565 is #8ABA9A. Grayscale: #565656. Windows color (decimal): -9091739 or 6636917. OLE color: 6636917.
HSL color Cylindrical-coordinate representation of color #754565: hue angle of 320º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754565 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 101 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.54 |
| HSL | 320º | 0.26% | 0.36% | - |
| HSV(B) | 320º | 0.41% | 0.46% | - |
| XYZ | 11.81 | 8.98 | 13.42 | - |
| YUV | 87 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 101 | 0 | 0.41 | 0.14 | 0.54 | 320 | 0.26 | 0.36 |
| Hex | 75 | 45 | 65 | 0 | 29 | E | 36 | 140 | 1A | 24 |
| Octal | 165 | 105 | 145 | 0 | 51 | 16 | 66 | 500 | 32 | 44 |
| Binary | 1110101 | 1000101 | 1100101 | 0 | 101001 | 1110 | 110110 | 101000000 | 11010 | 100100 |
Color Harmonies of #754565
Complementary color
Monochromatic Colors of #754565
Black with #754565
Text Example
Text Example
White with #754565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754565; }
p { color: rgb(117,69,101); }
H1.HeaderClassName
{
color: #754565;
}
.AnyTagClassName
{
color: #754565;
}
</style>
background-color css
<style>
a { background-color: #754565; }
a { background-color: rgb(117,69,101); }
div.DivClassName
{
background-color: #754565;
}
.BgClassName
{
background-color: #754565;
}
</style>
border-color css
<style>
span { border-color: #754565; }
span { border-color: rgb(117,69,101); }
td.TdClassName
{
border-color: #754565;
}
.TagClassName
{
border-color: #754565;
}
</style>