Shades of Cosmic #755D6B
Tints of Cosmic #755D6B
RGB
CMYK
RGB Variations
Color information
#755D6B (or 0x755D6B) is known color: Cosmic. HEX triplet: 75, 5D and 6B. RGB value is (117,93,107). Sum of RGB (Red+Green+Blue) = 117+93+107=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D6B is #8AA294. Grayscale: #656565. Windows color (decimal): -9085589 or 7036277. OLE color: 7036277.
HSL color Cylindrical-coordinate representation of color #755D6B: hue angle of 325º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D6B is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 107 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.54 |
| HSL | 325º | 0.11% | 0.41% | - |
| HSV(B) | 325º | 0.21% | 0.46% | - |
| XYZ | 13.9 | 12.67 | 15.62 | - |
| YUV | 101.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 107 | 0 | 0.21 | 0.09 | 0.54 | 325 | 0.11 | 0.41 |
| Hex | 75 | 5D | 6B | 0 | 15 | 9 | 36 | 145 | B | 29 |
| Octal | 165 | 135 | 153 | 0 | 25 | 11 | 66 | 505 | 13 | 51 |
| Binary | 1110101 | 1011101 | 1101011 | 0 | 10101 | 1001 | 110110 | 101000101 | 1011 | 101001 |
Color Harmonies of #755D6B
Complementary color
Monochromatic Colors of #755D6B
Black with #755D6B
Text Example
Text Example
White with #755D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D6B; }
p { color: rgb(117,93,107); }
H1.HeaderClassName
{
color: #755D6B;
}
.AnyTagClassName
{
color: #755D6B;
}
</style>
background-color css
<style>
a { background-color: #755D6B; }
a { background-color: rgb(117,93,107); }
div.DivClassName
{
background-color: #755D6B;
}
.BgClassName
{
background-color: #755D6B;
}
</style>
border-color css
<style>
span { border-color: #755D6B; }
span { border-color: rgb(117,93,107); }
td.TdClassName
{
border-color: #755D6B;
}
.TagClassName
{
border-color: #755D6B;
}
</style>