Shades of Cosmic #794C6A
Tints of Cosmic #794C6A
RGB
CMYK
RGB Variations
Color information
#794C6A (or 0x794C6A) is known color: Cosmic. HEX triplet: 79, 4C and 6A. RGB value is (121,76,106). Sum of RGB (Red+Green+Blue) = 121+76+106=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #794C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C6A is #86B395. Grayscale: #5C5C5C. Windows color (decimal): -8827798 or 6966393. OLE color: 6966393.
HSL color Cylindrical-coordinate representation of color #794C6A: hue angle of 320º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #794C6A is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 106 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.53 |
| HSL | 320º | 0.23% | 0.39% | - |
| HSV(B) | 320º | 0.37% | 0.47% | - |
| XYZ | 13.07 | 10.27 | 14.93 | - |
| YUV | 92.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 106 | 0 | 0.37 | 0.12 | 0.53 | 320 | 0.23 | 0.39 |
| Hex | 79 | 4C | 6A | 0 | 25 | C | 35 | 140 | 17 | 27 |
| Octal | 171 | 114 | 152 | 0 | 45 | 14 | 65 | 500 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1101010 | 0 | 100101 | 1100 | 110101 | 101000000 | 10111 | 100111 |
Color Harmonies of #794C6A
Complementary color
Monochromatic Colors of #794C6A
Black with #794C6A
Text Example
Text Example
White with #794C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C6A; }
p { color: rgb(121,76,106); }
H1.HeaderClassName
{
color: #794C6A;
}
.AnyTagClassName
{
color: #794C6A;
}
</style>
background-color css
<style>
a { background-color: #794C6A; }
a { background-color: rgb(121,76,106); }
div.DivClassName
{
background-color: #794C6A;
}
.BgClassName
{
background-color: #794C6A;
}
</style>
border-color css
<style>
span { border-color: #794C6A; }
span { border-color: rgb(121,76,106); }
td.TdClassName
{
border-color: #794C6A;
}
.TagClassName
{
border-color: #794C6A;
}
</style>