Shades of Cosmic #785D6B
Tints of Cosmic #785D6B
RGB
CMYK
RGB Variations
Color information
#785D6B (or 0x785D6B) is known color: Cosmic. HEX triplet: 78, 5D and 6B. RGB value is (120,93,107). Sum of RGB (Red+Green+Blue) = 120+93+107=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D6B is #87A294. Grayscale: #666666. Windows color (decimal): -8888981 or 7036280. OLE color: 7036280.
HSL color Cylindrical-coordinate representation of color #785D6B: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D6B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 107 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.53 |
| HSL | 328.89º | 0.13% | 0.42% | - |
| HSV(B) | 328.89º | 0.23% | 0.47% | - |
| XYZ | 14.31 | 12.88 | 15.64 | - |
| YUV | 102.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 107 | 0 | 0.22 | 0.11 | 0.53 | 328.89 | 0.13 | 0.42 |
| Hex | 78 | 5D | 6B | 0 | 16 | B | 35 | 149 | D | 2A |
| Octal | 170 | 135 | 153 | 0 | 26 | 13 | 65 | 511 | 15 | 52 |
| Binary | 1111000 | 1011101 | 1101011 | 0 | 10110 | 1011 | 110101 | 101001001 | 1101 | 101010 |
Color Harmonies of #785D6B
Complementary color
Monochromatic Colors of #785D6B
Black with #785D6B
Text Example
Text Example
White with #785D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D6B; }
p { color: rgb(120,93,107); }
H1.HeaderClassName
{
color: #785D6B;
}
.AnyTagClassName
{
color: #785D6B;
}
</style>
background-color css
<style>
a { background-color: #785D6B; }
a { background-color: rgb(120,93,107); }
div.DivClassName
{
background-color: #785D6B;
}
.BgClassName
{
background-color: #785D6B;
}
</style>
border-color css
<style>
span { border-color: #785D6B; }
span { border-color: rgb(120,93,107); }
td.TdClassName
{
border-color: #785D6B;
}
.TagClassName
{
border-color: #785D6B;
}
</style>