Shades of Cosmic #784A56
Tints of Cosmic #784A56
RGB
CMYK
RGB Variations
Color information
#784A56 (or 0x784A56) is known color: Cosmic. HEX triplet: 78, 4A and 56. RGB value is (120,74,86). Sum of RGB (Red+Green+Blue) = 120+74+86=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #784A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A56 is #87B5A9. Grayscale: #595959. Windows color (decimal): -8893866 or 5655160. OLE color: 5655160.
HSL color Cylindrical-coordinate representation of color #784A56: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A56 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 86 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.53 |
| HSL | 344.35º | 0.24% | 0.38% | - |
| HSV(B) | 344.35º | 0.38% | 0.47% | - |
| XYZ | 11.87 | 9.56 | 10.02 | - |
| YUV | 89.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 86 | 0 | 0.38 | 0.28 | 0.53 | 344.35 | 0.24 | 0.38 |
| Hex | 78 | 4A | 56 | 0 | 26 | 1C | 35 | 158 | 18 | 26 |
| Octal | 170 | 112 | 126 | 0 | 46 | 34 | 65 | 530 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1010110 | 0 | 100110 | 11100 | 110101 | 101011000 | 11000 | 100110 |
Color Harmonies of #784A56
Complementary color
Monochromatic Colors of #784A56
Black with #784A56
Text Example
Text Example
White with #784A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A56; }
p { color: rgb(120,74,86); }
H1.HeaderClassName
{
color: #784A56;
}
.AnyTagClassName
{
color: #784A56;
}
</style>
background-color css
<style>
a { background-color: #784A56; }
a { background-color: rgb(120,74,86); }
div.DivClassName
{
background-color: #784A56;
}
.BgClassName
{
background-color: #784A56;
}
</style>
border-color css
<style>
span { border-color: #784A56; }
span { border-color: rgb(120,74,86); }
td.TdClassName
{
border-color: #784A56;
}
.TagClassName
{
border-color: #784A56;
}
</style>