Shades of Cosmic #78526A
Tints of Cosmic #78526A
RGB
CMYK
RGB Variations
Color information
#78526A (or 0x78526A) is known color: Cosmic. HEX triplet: 78, 52 and 6A. RGB value is (120,82,106). Sum of RGB (Red+Green+Blue) = 120+82+106=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526A is #87AD95. Grayscale: #606060. Windows color (decimal): -8891798 or 6967928. OLE color: 6967928.
HSL color Cylindrical-coordinate representation of color #78526A: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78526A is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 106 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.53 |
| HSL | 322.11º | 0.19% | 0.4% | - |
| HSV(B) | 322.11º | 0.32% | 0.47% | - |
| XYZ | 13.36 | 11.07 | 15.07 | - |
| YUV | 96.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 106 | 0 | 0.32 | 0.12 | 0.53 | 322.11 | 0.19 | 0.4 |
| Hex | 78 | 52 | 6A | 0 | 20 | C | 35 | 142 | 13 | 28 |
| Octal | 170 | 122 | 152 | 0 | 40 | 14 | 65 | 502 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1101010 | 0 | 100000 | 1100 | 110101 | 101000010 | 10011 | 101000 |
Color Harmonies of #78526A
Complementary color
Monochromatic Colors of #78526A
Black with #78526A
Text Example
Text Example
White with #78526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78526A; }
p { color: rgb(120,82,106); }
H1.HeaderClassName
{
color: #78526A;
}
.AnyTagClassName
{
color: #78526A;
}
</style>
background-color css
<style>
a { background-color: #78526A; }
a { background-color: rgb(120,82,106); }
div.DivClassName
{
background-color: #78526A;
}
.BgClassName
{
background-color: #78526A;
}
</style>
border-color css
<style>
span { border-color: #78526A; }
span { border-color: rgb(120,82,106); }
td.TdClassName
{
border-color: #78526A;
}
.TagClassName
{
border-color: #78526A;
}
</style>