Shades of Cosmic #755663
Tints of Cosmic #755663
RGB
CMYK
RGB Variations
Color information
#755663 (or 0x755663) is known color: Cosmic. HEX triplet: 75, 56 and 63. RGB value is (117,86,99). Sum of RGB (Red+Green+Blue) = 117+86+99=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755663 is #8AA99C. Grayscale: #606060. Windows color (decimal): -9087389 or 6510197. OLE color: 6510197.
HSL color Cylindrical-coordinate representation of color #755663: hue angle of 334.84º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755663 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 99 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.54 |
| HSL | 334.84º | 0.15% | 0.4% | - |
| HSV(B) | 334.84º | 0.26% | 0.46% | - |
| XYZ | 12.92 | 11.34 | 13.31 | - |
| YUV | 96.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 99 | 0 | 0.26 | 0.15 | 0.54 | 334.84 | 0.15 | 0.4 |
| Hex | 75 | 56 | 63 | 0 | 1A | F | 36 | 14F | F | 28 |
| Octal | 165 | 126 | 143 | 0 | 32 | 17 | 66 | 517 | 17 | 50 |
| Binary | 1110101 | 1010110 | 1100011 | 0 | 11010 | 1111 | 110110 | 101001111 | 1111 | 101000 |
Color Harmonies of #755663
Complementary color
Monochromatic Colors of #755663
Black with #755663
Text Example
Text Example
White with #755663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755663; }
p { color: rgb(117,86,99); }
H1.HeaderClassName
{
color: #755663;
}
.AnyTagClassName
{
color: #755663;
}
</style>
background-color css
<style>
a { background-color: #755663; }
a { background-color: rgb(117,86,99); }
div.DivClassName
{
background-color: #755663;
}
.BgClassName
{
background-color: #755663;
}
</style>
border-color css
<style>
span { border-color: #755663; }
span { border-color: rgb(117,86,99); }
td.TdClassName
{
border-color: #755663;
}
.TagClassName
{
border-color: #755663;
}
</style>