Shades of Cosmic #784F65
Tints of Cosmic #784F65
RGB
CMYK
RGB Variations
Color information
#784F65 (or 0x784F65) is known color: Cosmic. HEX triplet: 78, 4F and 65. RGB value is (120,79,101). Sum of RGB (Red+Green+Blue) = 120+79+101=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #784F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F65 is #87B09A. Grayscale: #5D5D5D. Windows color (decimal): -8892571 or 6639480. OLE color: 6639480.
HSL color Cylindrical-coordinate representation of color #784F65: hue angle of 327.8º 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 #784F65 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 101 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.53 |
| HSL | 327.8º | 0.21% | 0.39% | - |
| HSV(B) | 327.8º | 0.34% | 0.47% | - |
| XYZ | 12.89 | 10.52 | 13.66 | - |
| YUV | 93.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 101 | 0 | 0.34 | 0.16 | 0.53 | 327.8 | 0.21 | 0.39 |
| Hex | 78 | 4F | 65 | 0 | 22 | 10 | 35 | 148 | 15 | 27 |
| Octal | 170 | 117 | 145 | 0 | 42 | 20 | 65 | 510 | 25 | 47 |
| Binary | 1111000 | 1001111 | 1100101 | 0 | 100010 | 10000 | 110101 | 101001000 | 10101 | 100111 |
Color Harmonies of #784F65
Complementary color
Monochromatic Colors of #784F65
Black with #784F65
Text Example
Text Example
White with #784F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F65; }
p { color: rgb(120,79,101); }
H1.HeaderClassName
{
color: #784F65;
}
.AnyTagClassName
{
color: #784F65;
}
</style>
background-color css
<style>
a { background-color: #784F65; }
a { background-color: rgb(120,79,101); }
div.DivClassName
{
background-color: #784F65;
}
.BgClassName
{
background-color: #784F65;
}
</style>
border-color css
<style>
span { border-color: #784F65; }
span { border-color: rgb(120,79,101); }
td.TdClassName
{
border-color: #784F65;
}
.TagClassName
{
border-color: #784F65;
}
</style>