Shades of Cosmic #784B68
Tints of Cosmic #784B68
RGB
CMYK
RGB Variations
Color information
#784B68 (or 0x784B68) is known color: Cosmic. HEX triplet: 78, 4B and 68. RGB value is (120,75,104). Sum of RGB (Red+Green+Blue) = 120+75+104=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B68 is #87B497. Grayscale: #5B5B5B. Windows color (decimal): -8893592 or 6835064. OLE color: 6835064.
HSL color Cylindrical-coordinate representation of color #784B68: hue angle of 321.33º degrees, saturation: 0.23, 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 #784B68 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 75 | 104 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.53 |
| HSL | 321.33º | 0.23% | 0.38% | - |
| HSV(B) | 321.33º | 0.38% | 0.47% | - |
| XYZ | 12.76 | 10.02 | 14.36 | - |
| YUV | 91.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 104 | 0 | 0.37 | 0.13 | 0.53 | 321.33 | 0.23 | 0.38 |
| Hex | 78 | 4B | 68 | 0 | 25 | D | 35 | 141 | 17 | 26 |
| Octal | 170 | 113 | 150 | 0 | 45 | 15 | 65 | 501 | 27 | 46 |
| Binary | 1111000 | 1001011 | 1101000 | 0 | 100101 | 1101 | 110101 | 101000001 | 10111 | 100110 |
Color Harmonies of #784B68
Complementary color
Monochromatic Colors of #784B68
Black with #784B68
Text Example
Text Example
White with #784B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B68; }
p { color: rgb(120,75,104); }
H1.HeaderClassName
{
color: #784B68;
}
.AnyTagClassName
{
color: #784B68;
}
</style>
background-color css
<style>
a { background-color: #784B68; }
a { background-color: rgb(120,75,104); }
div.DivClassName
{
background-color: #784B68;
}
.BgClassName
{
background-color: #784B68;
}
</style>
border-color css
<style>
span { border-color: #784B68; }
span { border-color: rgb(120,75,104); }
td.TdClassName
{
border-color: #784B68;
}
.TagClassName
{
border-color: #784B68;
}
</style>