Shades of Cosmic #785A67
Tints of Cosmic #785A67
RGB
CMYK
RGB Variations
Color information
#785A67 (or 0x785A67) is known color: Cosmic. HEX triplet: 78, 5A and 67. RGB value is (120,90,103). Sum of RGB (Red+Green+Blue) = 120+90+103=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A67 is #87A598. Grayscale: #646464. Windows color (decimal): -8889753 or 6773368. OLE color: 6773368.
HSL color Cylindrical-coordinate representation of color #785A67: hue angle of 334º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A67 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 103 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.53 |
| HSL | 334º | 0.14% | 0.41% | - |
| HSV(B) | 334º | 0.25% | 0.47% | - |
| XYZ | 13.85 | 12.28 | 14.47 | - |
| YUV | 100.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 103 | 0 | 0.25 | 0.14 | 0.53 | 334 | 0.14 | 0.41 |
| Hex | 78 | 5A | 67 | 0 | 19 | E | 35 | 14E | E | 29 |
| Octal | 170 | 132 | 147 | 0 | 31 | 16 | 65 | 516 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1100111 | 0 | 11001 | 1110 | 110101 | 101001110 | 1110 | 101001 |
Color Harmonies of #785A67
Complementary color
Monochromatic Colors of #785A67
Black with #785A67
Text Example
Text Example
White with #785A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A67; }
p { color: rgb(120,90,103); }
H1.HeaderClassName
{
color: #785A67;
}
.AnyTagClassName
{
color: #785A67;
}
</style>
background-color css
<style>
a { background-color: #785A67; }
a { background-color: rgb(120,90,103); }
div.DivClassName
{
background-color: #785A67;
}
.BgClassName
{
background-color: #785A67;
}
</style>
border-color css
<style>
span { border-color: #785A67; }
span { border-color: rgb(120,90,103); }
td.TdClassName
{
border-color: #785A67;
}
.TagClassName
{
border-color: #785A67;
}
</style>