Shades of Cosmic #755A69
Tints of Cosmic #755A69
RGB
CMYK
RGB Variations
Color information
#755A69 (or 0x755A69) is known color: Cosmic. HEX triplet: 75, 5A and 69. RGB value is (117,90,105). Sum of RGB (Red+Green+Blue) = 117+90+105=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A69 is #8AA596. Grayscale: #636363. Windows color (decimal): -9086359 or 6904437. OLE color: 6904437.
HSL color Cylindrical-coordinate representation of color #755A69: hue angle of 326.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A69 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 105 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.54 |
| HSL | 326.67º | 0.13% | 0.41% | - |
| HSV(B) | 326.67º | 0.23% | 0.46% | - |
| XYZ | 13.54 | 12.11 | 14.99 | - |
| YUV | 99.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 105 | 0 | 0.23 | 0.10 | 0.54 | 326.67 | 0.13 | 0.41 |
| Hex | 75 | 5A | 69 | 0 | 17 | A | 36 | 147 | D | 29 |
| Octal | 165 | 132 | 151 | 0 | 27 | 12 | 66 | 507 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1101001 | 0 | 10111 | 1010 | 110110 | 101000111 | 1101 | 101001 |
Color Harmonies of #755A69
Complementary color
Monochromatic Colors of #755A69
Black with #755A69
Text Example
Text Example
White with #755A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A69; }
p { color: rgb(117,90,105); }
H1.HeaderClassName
{
color: #755A69;
}
.AnyTagClassName
{
color: #755A69;
}
</style>
background-color css
<style>
a { background-color: #755A69; }
a { background-color: rgb(117,90,105); }
div.DivClassName
{
background-color: #755A69;
}
.BgClassName
{
background-color: #755A69;
}
</style>
border-color css
<style>
span { border-color: #755A69; }
span { border-color: rgb(117,90,105); }
td.TdClassName
{
border-color: #755A69;
}
.TagClassName
{
border-color: #755A69;
}
</style>