Shades of Cosmic #7B495A
Tints of Cosmic #7B495A
RGB
CMYK
RGB Variations
Color information
#7B495A (or 0x7B495A) is known color: Cosmic. HEX triplet: 7B, 49 and 5A. RGB value is (123,73,90). Sum of RGB (Red+Green+Blue) = 123+73+90=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B495A is #84B6A5. Grayscale: #595959. Windows color (decimal): -8697510 or 5917051. OLE color: 5917051.
HSL color Cylindrical-coordinate representation of color #7B495A: hue angle of 339.6º 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 #7B495A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 90 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.52 |
| HSL | 339.6º | 0.26% | 0.38% | - |
| HSV(B) | 339.6º | 0.41% | 0.48% | - |
| XYZ | 12.4 | 9.71 | 10.89 | - |
| YUV | 89.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 90 | 0 | 0.41 | 0.27 | 0.52 | 339.6 | 0.26 | 0.38 |
| Hex | 7B | 49 | 5A | 0 | 29 | 1B | 34 | 154 | 1A | 26 |
| Octal | 173 | 111 | 132 | 0 | 51 | 33 | 64 | 524 | 32 | 46 |
| Binary | 1111011 | 1001001 | 1011010 | 0 | 101001 | 11011 | 110100 | 101010100 | 11010 | 100110 |
Color Harmonies of #7B495A
Complementary color
Monochromatic Colors of #7B495A
Black with #7B495A
Text Example
Text Example
White with #7B495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B495A; }
p { color: rgb(123,73,90); }
H1.HeaderClassName
{
color: #7B495A;
}
.AnyTagClassName
{
color: #7B495A;
}
</style>
background-color css
<style>
a { background-color: #7B495A; }
a { background-color: rgb(123,73,90); }
div.DivClassName
{
background-color: #7B495A;
}
.BgClassName
{
background-color: #7B495A;
}
</style>
border-color css
<style>
span { border-color: #7B495A; }
span { border-color: rgb(123,73,90); }
td.TdClassName
{
border-color: #7B495A;
}
.TagClassName
{
border-color: #7B495A;
}
</style>