Shades of Cosmic #755064
Tints of Cosmic #755064
RGB
CMYK
RGB Variations
Color information
#755064 (or 0x755064) is known color: Cosmic. HEX triplet: 75, 50 and 64. RGB value is (117,80,100). Sum of RGB (Red+Green+Blue) = 117+80+100=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755064 is #8AAF9B. Grayscale: #5D5D5D. Windows color (decimal): -9088924 or 6574197. OLE color: 6574197.
HSL color Cylindrical-coordinate representation of color #755064: hue angle of 327.57º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755064 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 100 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.54 |
| HSL | 327.57º | 0.19% | 0.39% | - |
| HSV(B) | 327.57º | 0.32% | 0.46% | - |
| XYZ | 12.51 | 10.44 | 13.41 | - |
| YUV | 93.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 100 | 0 | 0.32 | 0.15 | 0.54 | 327.57 | 0.19 | 0.39 |
| Hex | 75 | 50 | 64 | 0 | 20 | F | 36 | 148 | 13 | 27 |
| Octal | 165 | 120 | 144 | 0 | 40 | 17 | 66 | 510 | 23 | 47 |
| Binary | 1110101 | 1010000 | 1100100 | 0 | 100000 | 1111 | 110110 | 101001000 | 10011 | 100111 |
Color Harmonies of #755064
Complementary color
Monochromatic Colors of #755064
Black with #755064
Text Example
Text Example
White with #755064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755064; }
p { color: rgb(117,80,100); }
H1.HeaderClassName
{
color: #755064;
}
.AnyTagClassName
{
color: #755064;
}
</style>
background-color css
<style>
a { background-color: #755064; }
a { background-color: rgb(117,80,100); }
div.DivClassName
{
background-color: #755064;
}
.BgClassName
{
background-color: #755064;
}
</style>
border-color css
<style>
span { border-color: #755064; }
span { border-color: rgb(117,80,100); }
td.TdClassName
{
border-color: #755064;
}
.TagClassName
{
border-color: #755064;
}
</style>