Shades of Cosmic #755B66
Tints of Cosmic #755B66
RGB
CMYK
RGB Variations
Color information
#755B66 (or 0x755B66) is known color: Cosmic. HEX triplet: 75, 5B and 66. RGB value is (117,91,102). Sum of RGB (Red+Green+Blue) = 117+91+102=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B66 is #8AA499. Grayscale: #646464. Windows color (decimal): -9086106 or 6708085. OLE color: 6708085.
HSL color Cylindrical-coordinate representation of color #755B66: hue angle of 334.62º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B66 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 102 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.54 |
| HSL | 334.62º | 0.13% | 0.41% | - |
| HSV(B) | 334.62º | 0.22% | 0.46% | - |
| XYZ | 13.48 | 12.22 | 14.22 | - |
| YUV | 100.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 102 | 0 | 0.22 | 0.13 | 0.54 | 334.62 | 0.13 | 0.41 |
| Hex | 75 | 5B | 66 | 0 | 16 | D | 36 | 14F | C | 29 |
| Octal | 165 | 133 | 146 | 0 | 26 | 15 | 66 | 517 | 14 | 51 |
| Binary | 1110101 | 1011011 | 1100110 | 0 | 10110 | 1101 | 110110 | 101001111 | 1100 | 101001 |
Color Harmonies of #755B66
Complementary color
Monochromatic Colors of #755B66
Black with #755B66
Text Example
Text Example
White with #755B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B66; }
p { color: rgb(117,91,102); }
H1.HeaderClassName
{
color: #755B66;
}
.AnyTagClassName
{
color: #755B66;
}
</style>
background-color css
<style>
a { background-color: #755B66; }
a { background-color: rgb(117,91,102); }
div.DivClassName
{
background-color: #755B66;
}
.BgClassName
{
background-color: #755B66;
}
</style>
border-color css
<style>
span { border-color: #755B66; }
span { border-color: rgb(117,91,102); }
td.TdClassName
{
border-color: #755B66;
}
.TagClassName
{
border-color: #755B66;
}
</style>