Shades of Cosmic #785A6C
Tints of Cosmic #785A6C
RGB
CMYK
RGB Variations
Color information
#785A6C (or 0x785A6C) is known color: Cosmic. HEX triplet: 78, 5A and 6C. RGB value is (120,90,108). Sum of RGB (Red+Green+Blue) = 120+90+108=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A6C is #87A593. Grayscale: #646464. Windows color (decimal): -8889748 or 7101048. OLE color: 7101048.
HSL color Cylindrical-coordinate representation of color #785A6C: hue angle of 324º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A6C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 108 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.53 |
| HSL | 324º | 0.14% | 0.41% | - |
| HSV(B) | 324º | 0.25% | 0.47% | - |
| XYZ | 14.11 | 12.39 | 15.83 | - |
| YUV | 101.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 108 | 0 | 0.25 | 0.10 | 0.53 | 324 | 0.14 | 0.41 |
| Hex | 78 | 5A | 6C | 0 | 19 | A | 35 | 144 | E | 29 |
| Octal | 170 | 132 | 154 | 0 | 31 | 12 | 65 | 504 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1101100 | 0 | 11001 | 1010 | 110101 | 101000100 | 1110 | 101001 |
Color Harmonies of #785A6C
Complementary color
Monochromatic Colors of #785A6C
Black with #785A6C
Text Example
Text Example
White with #785A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A6C; }
p { color: rgb(120,90,108); }
H1.HeaderClassName
{
color: #785A6C;
}
.AnyTagClassName
{
color: #785A6C;
}
</style>
background-color css
<style>
a { background-color: #785A6C; }
a { background-color: rgb(120,90,108); }
div.DivClassName
{
background-color: #785A6C;
}
.BgClassName
{
background-color: #785A6C;
}
</style>
border-color css
<style>
span { border-color: #785A6C; }
span { border-color: rgb(120,90,108); }
td.TdClassName
{
border-color: #785A6C;
}
.TagClassName
{
border-color: #785A6C;
}
</style>