Shades of Cosmic #755768
Tints of Cosmic #755768
RGB
CMYK
RGB Variations
Color information
#755768 (or 0x755768) is known color: Cosmic. HEX triplet: 75, 57 and 68. RGB value is (117,87,104). Sum of RGB (Red+Green+Blue) = 117+87+104=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755768 is #8AA897. Grayscale: #616161. Windows color (decimal): -9087128 or 6838133. OLE color: 6838133.
HSL color Cylindrical-coordinate representation of color #755768: hue angle of 326º 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 #755768 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 104 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.54 |
| HSL | 326º | 0.15% | 0.4% | - |
| HSV(B) | 326º | 0.26% | 0.46% | - |
| XYZ | 13.24 | 11.6 | 14.64 | - |
| YUV | 97.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 104 | 0 | 0.26 | 0.11 | 0.54 | 326 | 0.15 | 0.4 |
| Hex | 75 | 57 | 68 | 0 | 1A | B | 36 | 146 | F | 28 |
| Octal | 165 | 127 | 150 | 0 | 32 | 13 | 66 | 506 | 17 | 50 |
| Binary | 1110101 | 1010111 | 1101000 | 0 | 11010 | 1011 | 110110 | 101000110 | 1111 | 101000 |
Color Harmonies of #755768
Complementary color
Monochromatic Colors of #755768
Black with #755768
Text Example
Text Example
White with #755768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755768; }
p { color: rgb(117,87,104); }
H1.HeaderClassName
{
color: #755768;
}
.AnyTagClassName
{
color: #755768;
}
</style>
background-color css
<style>
a { background-color: #755768; }
a { background-color: rgb(117,87,104); }
div.DivClassName
{
background-color: #755768;
}
.BgClassName
{
background-color: #755768;
}
</style>
border-color css
<style>
span { border-color: #755768; }
span { border-color: rgb(117,87,104); }
td.TdClassName
{
border-color: #755768;
}
.TagClassName
{
border-color: #755768;
}
</style>