Shades of Cosmic #784F67
Tints of Cosmic #784F67
RGB
CMYK
RGB Variations
Color information
#784F67 (or 0x784F67) is known color: Cosmic. HEX triplet: 78, 4F and 67. RGB value is (120,79,103). Sum of RGB (Red+Green+Blue) = 120+79+103=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F67 is #87B098. Grayscale: #5D5D5D. Windows color (decimal): -8892569 or 6770552. OLE color: 6770552.
HSL color Cylindrical-coordinate representation of color #784F67: hue angle of 324.88º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F67 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 103 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.53 |
| HSL | 324.88º | 0.21% | 0.39% | - |
| HSV(B) | 324.88º | 0.34% | 0.47% | - |
| XYZ | 12.99 | 10.56 | 14.19 | - |
| YUV | 94 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 103 | 0 | 0.34 | 0.14 | 0.53 | 324.88 | 0.21 | 0.39 |
| Hex | 78 | 4F | 67 | 0 | 22 | E | 35 | 145 | 15 | 27 |
| Octal | 170 | 117 | 147 | 0 | 42 | 16 | 65 | 505 | 25 | 47 |
| Binary | 1111000 | 1001111 | 1100111 | 0 | 100010 | 1110 | 110101 | 101000101 | 10101 | 100111 |
Color Harmonies of #784F67
Complementary color
Monochromatic Colors of #784F67
Black with #784F67
Text Example
Text Example
White with #784F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F67; }
p { color: rgb(120,79,103); }
H1.HeaderClassName
{
color: #784F67;
}
.AnyTagClassName
{
color: #784F67;
}
</style>
background-color css
<style>
a { background-color: #784F67; }
a { background-color: rgb(120,79,103); }
div.DivClassName
{
background-color: #784F67;
}
.BgClassName
{
background-color: #784F67;
}
</style>
border-color css
<style>
span { border-color: #784F67; }
span { border-color: rgb(120,79,103); }
td.TdClassName
{
border-color: #784F67;
}
.TagClassName
{
border-color: #784F67;
}
</style>