Shades of Cosmic #745064
Tints of Cosmic #745064
RGB
CMYK
RGB Variations
Color information
#745064 (or 0x745064) is known color: Cosmic. HEX triplet: 74, 50 and 64. RGB value is (116,80,100). Sum of RGB (Red+Green+Blue) = 116+80+100=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #745064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745064 is #8BAF9B. Grayscale: #5D5D5D. Windows color (decimal): -9154460 or 6574196. OLE color: 6574196.
HSL color Cylindrical-coordinate representation of color #745064: hue angle of 326.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745064 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 100 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.55 |
| HSL | 326.67º | 0.18% | 0.38% | - |
| HSV(B) | 326.67º | 0.31% | 0.45% | - |
| XYZ | 12.37 | 10.37 | 13.41 | - |
| YUV | 93.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 100 | 0 | 0.31 | 0.14 | 0.55 | 326.67 | 0.18 | 0.38 |
| Hex | 74 | 50 | 64 | 0 | 1F | E | 37 | 147 | 12 | 26 |
| Octal | 164 | 120 | 144 | 0 | 37 | 16 | 67 | 507 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1100100 | 0 | 11111 | 1110 | 110111 | 101000111 | 10010 | 100110 |
Color Harmonies of #745064
Complementary color
Monochromatic Colors of #745064
Black with #745064
Text Example
Text Example
White with #745064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745064; }
p { color: rgb(116,80,100); }
H1.HeaderClassName
{
color: #745064;
}
.AnyTagClassName
{
color: #745064;
}
</style>
background-color css
<style>
a { background-color: #745064; }
a { background-color: rgb(116,80,100); }
div.DivClassName
{
background-color: #745064;
}
.BgClassName
{
background-color: #745064;
}
</style>
border-color css
<style>
span { border-color: #745064; }
span { border-color: rgb(116,80,100); }
td.TdClassName
{
border-color: #745064;
}
.TagClassName
{
border-color: #745064;
}
</style>