Shades of Cosmic #785B67
Tints of Cosmic #785B67
RGB
CMYK
RGB Variations
Color information
#785B67 (or 0x785B67) is known color: Cosmic. HEX triplet: 78, 5B and 67. RGB value is (120,91,103). Sum of RGB (Red+Green+Blue) = 120+91+103=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #785B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B67 is #87A498. Grayscale: #656565. Windows color (decimal): -8889497 or 6773624. OLE color: 6773624.
HSL color Cylindrical-coordinate representation of color #785B67: hue angle of 335.17º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B67 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 103 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.53 |
| HSL | 335.17º | 0.14% | 0.41% | - |
| HSV(B) | 335.17º | 0.24% | 0.47% | - |
| XYZ | 13.94 | 12.45 | 14.5 | - |
| YUV | 101.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 103 | 0 | 0.24 | 0.14 | 0.53 | 335.17 | 0.14 | 0.41 |
| Hex | 78 | 5B | 67 | 0 | 18 | E | 35 | 14F | E | 29 |
| Octal | 170 | 133 | 147 | 0 | 30 | 16 | 65 | 517 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1100111 | 0 | 11000 | 1110 | 110101 | 101001111 | 1110 | 101001 |
Color Harmonies of #785B67
Complementary color
Monochromatic Colors of #785B67
Black with #785B67
Text Example
Text Example
White with #785B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B67; }
p { color: rgb(120,91,103); }
H1.HeaderClassName
{
color: #785B67;
}
.AnyTagClassName
{
color: #785B67;
}
</style>
background-color css
<style>
a { background-color: #785B67; }
a { background-color: rgb(120,91,103); }
div.DivClassName
{
background-color: #785B67;
}
.BgClassName
{
background-color: #785B67;
}
</style>
border-color css
<style>
span { border-color: #785B67; }
span { border-color: rgb(120,91,103); }
td.TdClassName
{
border-color: #785B67;
}
.TagClassName
{
border-color: #785B67;
}
</style>