Shades of Cosmic #755964
Tints of Cosmic #755964
RGB
CMYK
RGB Variations
Color information
#755964 (or 0x755964) is known color: Cosmic. HEX triplet: 75, 59 and 64. RGB value is (117,89,100). Sum of RGB (Red+Green+Blue) = 117+89+100=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755964 is #8AA69B. Grayscale: #626262. Windows color (decimal): -9086620 or 6576501. OLE color: 6576501.
HSL color Cylindrical-coordinate representation of color #755964: hue angle of 336.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755964 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 100 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.54 |
| HSL | 336.43º | 0.14% | 0.4% | - |
| HSV(B) | 336.43º | 0.24% | 0.46% | - |
| XYZ | 13.21 | 11.85 | 13.65 | - |
| YUV | 98.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 100 | 0 | 0.24 | 0.15 | 0.54 | 336.43 | 0.14 | 0.4 |
| Hex | 75 | 59 | 64 | 0 | 18 | F | 36 | 150 | E | 28 |
| Octal | 165 | 131 | 144 | 0 | 30 | 17 | 66 | 520 | 16 | 50 |
| Binary | 1110101 | 1011001 | 1100100 | 0 | 11000 | 1111 | 110110 | 101010000 | 1110 | 101000 |
Color Harmonies of #755964
Complementary color
Monochromatic Colors of #755964
Black with #755964
Text Example
Text Example
White with #755964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755964; }
p { color: rgb(117,89,100); }
H1.HeaderClassName
{
color: #755964;
}
.AnyTagClassName
{
color: #755964;
}
</style>
background-color css
<style>
a { background-color: #755964; }
a { background-color: rgb(117,89,100); }
div.DivClassName
{
background-color: #755964;
}
.BgClassName
{
background-color: #755964;
}
</style>
border-color css
<style>
span { border-color: #755964; }
span { border-color: rgb(117,89,100); }
td.TdClassName
{
border-color: #755964;
}
.TagClassName
{
border-color: #755964;
}
</style>