Shades of Cosmic #784166
Tints of Cosmic #784166
RGB
CMYK
RGB Variations
Color information
#784166 (or 0x784166) is known color: Cosmic. HEX triplet: 78, 41 and 66. RGB value is (120,65,102). Sum of RGB (Red+Green+Blue) = 120+65+102=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #784166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784166 is #87BE99. Grayscale: #555555. Windows color (decimal): -8896154 or 6701432. OLE color: 6701432.
HSL color Cylindrical-coordinate representation of color #784166: hue angle of 319.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784166 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 102 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.53 |
| HSL | 319.64º | 0.3% | 0.36% | - |
| HSV(B) | 319.64º | 0.46% | 0.47% | - |
| XYZ | 12.03 | 8.73 | 13.62 | - |
| YUV | 85.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 102 | 0 | 0.46 | 0.15 | 0.53 | 319.64 | 0.3 | 0.36 |
| Hex | 78 | 41 | 66 | 0 | 2E | F | 35 | 140 | 1E | 24 |
| Octal | 170 | 101 | 146 | 0 | 56 | 17 | 65 | 500 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1100110 | 0 | 101110 | 1111 | 110101 | 101000000 | 11110 | 100100 |
Color Harmonies of #784166
Complementary color
Monochromatic Colors of #784166
Black with #784166
Text Example
Text Example
White with #784166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784166; }
p { color: rgb(120,65,102); }
H1.HeaderClassName
{
color: #784166;
}
.AnyTagClassName
{
color: #784166;
}
</style>
background-color css
<style>
a { background-color: #784166; }
a { background-color: rgb(120,65,102); }
div.DivClassName
{
background-color: #784166;
}
.BgClassName
{
background-color: #784166;
}
</style>
border-color css
<style>
span { border-color: #784166; }
span { border-color: rgb(120,65,102); }
td.TdClassName
{
border-color: #784166;
}
.TagClassName
{
border-color: #784166;
}
</style>