Shades of Cosmic #755A64
Tints of Cosmic #755A64
RGB
CMYK
RGB Variations
Color information
#755A64 (or 0x755A64) is known color: Cosmic. HEX triplet: 75, 5A and 64. RGB value is (117,90,100). Sum of RGB (Red+Green+Blue) = 117+90+100=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A64 is #8AA59B. Grayscale: #636363. Windows color (decimal): -9086364 or 6576757. OLE color: 6576757.
HSL color Cylindrical-coordinate representation of color #755A64: hue angle of 337.78º 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 #755A64 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 100 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.54 |
| HSL | 337.78º | 0.13% | 0.41% | - |
| HSV(B) | 337.78º | 0.23% | 0.46% | - |
| XYZ | 13.29 | 12.01 | 13.68 | - |
| YUV | 99.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 100 | 0 | 0.23 | 0.15 | 0.54 | 337.78 | 0.13 | 0.41 |
| Hex | 75 | 5A | 64 | 0 | 17 | F | 36 | 152 | D | 29 |
| Octal | 165 | 132 | 144 | 0 | 27 | 17 | 66 | 522 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1100100 | 0 | 10111 | 1111 | 110110 | 101010010 | 1101 | 101001 |
Color Harmonies of #755A64
Complementary color
Monochromatic Colors of #755A64
Black with #755A64
Text Example
Text Example
White with #755A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A64; }
p { color: rgb(117,90,100); }
H1.HeaderClassName
{
color: #755A64;
}
.AnyTagClassName
{
color: #755A64;
}
</style>
background-color css
<style>
a { background-color: #755A64; }
a { background-color: rgb(117,90,100); }
div.DivClassName
{
background-color: #755A64;
}
.BgClassName
{
background-color: #755A64;
}
</style>
border-color css
<style>
span { border-color: #755A64; }
span { border-color: rgb(117,90,100); }
td.TdClassName
{
border-color: #755A64;
}
.TagClassName
{
border-color: #755A64;
}
</style>