Shades of Cosmic #755A68
Tints of Cosmic #755A68
RGB
CMYK
RGB Variations
Color information
#755A68 (or 0x755A68) is known color: Cosmic. HEX triplet: 75, 5A and 68. RGB value is (117,90,104). Sum of RGB (Red+Green+Blue) = 117+90+104=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A68 is #8AA597. Grayscale: #636363. Windows color (decimal): -9086360 or 6838901. OLE color: 6838901.
HSL color Cylindrical-coordinate representation of color #755A68: hue angle of 328.89º 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 #755A68 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 104 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.54 |
| HSL | 328.89º | 0.13% | 0.41% | - |
| HSV(B) | 328.89º | 0.23% | 0.46% | - |
| XYZ | 13.49 | 12.09 | 14.72 | - |
| YUV | 99.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 104 | 0 | 0.23 | 0.11 | 0.54 | 328.89 | 0.13 | 0.41 |
| Hex | 75 | 5A | 68 | 0 | 17 | B | 36 | 149 | D | 29 |
| Octal | 165 | 132 | 150 | 0 | 27 | 13 | 66 | 511 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1101000 | 0 | 10111 | 1011 | 110110 | 101001001 | 1101 | 101001 |
Color Harmonies of #755A68
Complementary color
Monochromatic Colors of #755A68
Black with #755A68
Text Example
Text Example
White with #755A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A68; }
p { color: rgb(117,90,104); }
H1.HeaderClassName
{
color: #755A68;
}
.AnyTagClassName
{
color: #755A68;
}
</style>
background-color css
<style>
a { background-color: #755A68; }
a { background-color: rgb(117,90,104); }
div.DivClassName
{
background-color: #755A68;
}
.BgClassName
{
background-color: #755A68;
}
</style>
border-color css
<style>
span { border-color: #755A68; }
span { border-color: rgb(117,90,104); }
td.TdClassName
{
border-color: #755A68;
}
.TagClassName
{
border-color: #755A68;
}
</style>