Shades of Cosmic #784F68
Tints of Cosmic #784F68
RGB
CMYK
RGB Variations
Color information
#784F68 (or 0x784F68) is known color: Cosmic. HEX triplet: 78, 4F and 68. RGB value is (120,79,104). Sum of RGB (Red+Green+Blue) = 120+79+104=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #784F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F68 is #87B097. Grayscale: #5E5E5E. Windows color (decimal): -8892568 or 6836088. OLE color: 6836088.
HSL color Cylindrical-coordinate representation of color #784F68: hue angle of 323.41º 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 #784F68 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 104 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.53 |
| HSL | 323.41º | 0.21% | 0.39% | - |
| HSV(B) | 323.41º | 0.34% | 0.47% | - |
| XYZ | 13.04 | 10.58 | 14.45 | - |
| YUV | 94.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 104 | 0 | 0.34 | 0.13 | 0.53 | 323.41 | 0.21 | 0.39 |
| Hex | 78 | 4F | 68 | 0 | 22 | D | 35 | 143 | 15 | 27 |
| Octal | 170 | 117 | 150 | 0 | 42 | 15 | 65 | 503 | 25 | 47 |
| Binary | 1111000 | 1001111 | 1101000 | 0 | 100010 | 1101 | 110101 | 101000011 | 10101 | 100111 |
Color Harmonies of #784F68
Complementary color
Monochromatic Colors of #784F68
Black with #784F68
Text Example
Text Example
White with #784F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F68; }
p { color: rgb(120,79,104); }
H1.HeaderClassName
{
color: #784F68;
}
.AnyTagClassName
{
color: #784F68;
}
</style>
background-color css
<style>
a { background-color: #784F68; }
a { background-color: rgb(120,79,104); }
div.DivClassName
{
background-color: #784F68;
}
.BgClassName
{
background-color: #784F68;
}
</style>
border-color css
<style>
span { border-color: #784F68; }
span { border-color: rgb(120,79,104); }
td.TdClassName
{
border-color: #784F68;
}
.TagClassName
{
border-color: #784F68;
}
</style>