Shades of Cosmic #78546B
Tints of Cosmic #78546B
RGB
CMYK
RGB Variations
Color information
#78546B (or 0x78546B) is known color: Cosmic. HEX triplet: 78, 54 and 6B. RGB value is (120,84,107). Sum of RGB (Red+Green+Blue) = 120+84+107=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78546B is #87AB94. Grayscale: #616161. Windows color (decimal): -8891285 or 7033976. OLE color: 7033976.
HSL color Cylindrical-coordinate representation of color #78546B: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78546B is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 107 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.53 |
| HSL | 321.67º | 0.18% | 0.4% | - |
| HSV(B) | 321.67º | 0.3% | 0.47% | - |
| XYZ | 13.57 | 11.4 | 15.39 | - |
| YUV | 97.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 107 | 0 | 0.3 | 0.11 | 0.53 | 321.67 | 0.18 | 0.4 |
| Hex | 78 | 54 | 6B | 0 | 1E | B | 35 | 142 | 12 | 28 |
| Octal | 170 | 124 | 153 | 0 | 36 | 13 | 65 | 502 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1101011 | 0 | 11110 | 1011 | 110101 | 101000010 | 10010 | 101000 |
Color Harmonies of #78546B
Complementary color
Monochromatic Colors of #78546B
Black with #78546B
Text Example
Text Example
White with #78546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78546B; }
p { color: rgb(120,84,107); }
H1.HeaderClassName
{
color: #78546B;
}
.AnyTagClassName
{
color: #78546B;
}
</style>
background-color css
<style>
a { background-color: #78546B; }
a { background-color: rgb(120,84,107); }
div.DivClassName
{
background-color: #78546B;
}
.BgClassName
{
background-color: #78546B;
}
</style>
border-color css
<style>
span { border-color: #78546B; }
span { border-color: rgb(120,84,107); }
td.TdClassName
{
border-color: #78546B;
}
.TagClassName
{
border-color: #78546B;
}
</style>