Shades of Cosmic #784D6B
Tints of Cosmic #784D6B
RGB
CMYK
RGB Variations
Color information
#784D6B (or 0x784D6B) is known color: Cosmic. HEX triplet: 78, 4D and 6B. RGB value is (120,77,107). Sum of RGB (Red+Green+Blue) = 120+77+107=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #784D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D6B is #87B294. Grayscale: #5D5D5D. Windows color (decimal): -8893077 or 7032184. OLE color: 7032184.
HSL color Cylindrical-coordinate representation of color #784D6B: hue angle of 318.14º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D6B is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 107 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.53 |
| HSL | 318.14º | 0.22% | 0.39% | - |
| HSV(B) | 318.14º | 0.36% | 0.47% | - |
| XYZ | 13.05 | 10.36 | 15.22 | - |
| YUV | 93.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 107 | 0 | 0.36 | 0.11 | 0.53 | 318.14 | 0.22 | 0.39 |
| Hex | 78 | 4D | 6B | 0 | 24 | B | 35 | 13E | 16 | 27 |
| Octal | 170 | 115 | 153 | 0 | 44 | 13 | 65 | 476 | 26 | 47 |
| Binary | 1111000 | 1001101 | 1101011 | 0 | 100100 | 1011 | 110101 | 100111110 | 10110 | 100111 |
Color Harmonies of #784D6B
Complementary color
Monochromatic Colors of #784D6B
Black with #784D6B
Text Example
Text Example
White with #784D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D6B; }
p { color: rgb(120,77,107); }
H1.HeaderClassName
{
color: #784D6B;
}
.AnyTagClassName
{
color: #784D6B;
}
</style>
background-color css
<style>
a { background-color: #784D6B; }
a { background-color: rgb(120,77,107); }
div.DivClassName
{
background-color: #784D6B;
}
.BgClassName
{
background-color: #784D6B;
}
</style>
border-color css
<style>
span { border-color: #784D6B; }
span { border-color: rgb(120,77,107); }
td.TdClassName
{
border-color: #784D6B;
}
.TagClassName
{
border-color: #784D6B;
}
</style>