Shades of Cosmic #735064
Tints of Cosmic #735064
RGB
CMYK
RGB Variations
Color information
#735064 (or 0x735064) is known color: Cosmic. HEX triplet: 73, 50 and 64. RGB value is (115,80,100). Sum of RGB (Red+Green+Blue) = 115+80+100=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735064 is #8CAF9B. Grayscale: #5C5C5C. Windows color (decimal): -9219996 or 6574195. OLE color: 6574195.
HSL color Cylindrical-coordinate representation of color #735064: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735064 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 100 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.55 |
| HSL | 325.71º | 0.18% | 0.38% | - |
| HSV(B) | 325.71º | 0.3% | 0.45% | - |
| XYZ | 12.24 | 10.3 | 13.4 | - |
| YUV | 92.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 100 | 0 | 0.30 | 0.13 | 0.55 | 325.71 | 0.18 | 0.38 |
| Hex | 73 | 50 | 64 | 0 | 1E | D | 37 | 146 | 12 | 26 |
| Octal | 163 | 120 | 144 | 0 | 36 | 15 | 67 | 506 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1100100 | 0 | 11110 | 1101 | 110111 | 101000110 | 10010 | 100110 |
Color Harmonies of #735064
Complementary color
Monochromatic Colors of #735064
Black with #735064
Text Example
Text Example
White with #735064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735064; }
p { color: rgb(115,80,100); }
H1.HeaderClassName
{
color: #735064;
}
.AnyTagClassName
{
color: #735064;
}
</style>
background-color css
<style>
a { background-color: #735064; }
a { background-color: rgb(115,80,100); }
div.DivClassName
{
background-color: #735064;
}
.BgClassName
{
background-color: #735064;
}
</style>
border-color css
<style>
span { border-color: #735064; }
span { border-color: rgb(115,80,100); }
td.TdClassName
{
border-color: #735064;
}
.TagClassName
{
border-color: #735064;
}
</style>