Shades of Cosmic #7B496B
Tints of Cosmic #7B496B
RGB
CMYK
RGB Variations
Color information
#7B496B (or 0x7B496B) is known color: Cosmic. HEX triplet: 7B, 49 and 6B. RGB value is (123,73,107). Sum of RGB (Red+Green+Blue) = 123+73+107=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B496B is #84B694. Grayscale: #5B5B5B. Windows color (decimal): -8697493 or 7031163. OLE color: 7031163.
HSL color Cylindrical-coordinate representation of color #7B496B: hue angle of 319.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B496B is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 107 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.52 |
| HSL | 319.2º | 0.26% | 0.38% | - |
| HSV(B) | 319.2º | 0.41% | 0.48% | - |
| XYZ | 13.2 | 10.04 | 15.15 | - |
| YUV | 91.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 107 | 0 | 0.41 | 0.13 | 0.52 | 319.2 | 0.26 | 0.38 |
| Hex | 7B | 49 | 6B | 0 | 29 | D | 34 | 13F | 1A | 26 |
| Octal | 173 | 111 | 153 | 0 | 51 | 15 | 64 | 477 | 32 | 46 |
| Binary | 1111011 | 1001001 | 1101011 | 0 | 101001 | 1101 | 110100 | 100111111 | 11010 | 100110 |
Color Harmonies of #7B496B
Complementary color
Monochromatic Colors of #7B496B
Black with #7B496B
Text Example
Text Example
White with #7B496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B496B; }
p { color: rgb(123,73,107); }
H1.HeaderClassName
{
color: #7B496B;
}
.AnyTagClassName
{
color: #7B496B;
}
</style>
background-color css
<style>
a { background-color: #7B496B; }
a { background-color: rgb(123,73,107); }
div.DivClassName
{
background-color: #7B496B;
}
.BgClassName
{
background-color: #7B496B;
}
</style>
border-color css
<style>
span { border-color: #7B496B; }
span { border-color: rgb(123,73,107); }
td.TdClassName
{
border-color: #7B496B;
}
.TagClassName
{
border-color: #7B496B;
}
</style>