Shades of Cosmic #745363
Tints of Cosmic #745363
RGB
CMYK
RGB Variations
Color information
#745363 (or 0x745363) is known color: Cosmic. HEX triplet: 74, 53 and 63. RGB value is (116,83,99). Sum of RGB (Red+Green+Blue) = 116+83+99=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #745363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745363 is #8BAC9C. Grayscale: #5E5E5E. Windows color (decimal): -9153693 or 6509428. OLE color: 6509428.
HSL color Cylindrical-coordinate representation of color #745363: hue angle of 330.91º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745363 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 99 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.55 |
| HSL | 330.91º | 0.17% | 0.39% | - |
| HSV(B) | 330.91º | 0.28% | 0.45% | - |
| XYZ | 12.55 | 10.8 | 13.23 | - |
| YUV | 94.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 99 | 0 | 0.28 | 0.15 | 0.55 | 330.91 | 0.17 | 0.39 |
| Hex | 74 | 53 | 63 | 0 | 1C | F | 37 | 14B | 11 | 27 |
| Octal | 164 | 123 | 143 | 0 | 34 | 17 | 67 | 513 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1100011 | 0 | 11100 | 1111 | 110111 | 101001011 | 10001 | 100111 |
Color Harmonies of #745363
Complementary color
Monochromatic Colors of #745363
Black with #745363
Text Example
Text Example
White with #745363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745363; }
p { color: rgb(116,83,99); }
H1.HeaderClassName
{
color: #745363;
}
.AnyTagClassName
{
color: #745363;
}
</style>
background-color css
<style>
a { background-color: #745363; }
a { background-color: rgb(116,83,99); }
div.DivClassName
{
background-color: #745363;
}
.BgClassName
{
background-color: #745363;
}
</style>
border-color css
<style>
span { border-color: #745363; }
span { border-color: rgb(116,83,99); }
td.TdClassName
{
border-color: #745363;
}
.TagClassName
{
border-color: #745363;
}
</style>