Shades of Cosmic #7B3963
Tints of Cosmic #7B3963
RGB
CMYK
RGB Variations
Color information
#7B3963 (or 0x7B3963) is known color: Cosmic. HEX triplet: 7B, 39 and 63. RGB value is (123,57,99). Sum of RGB (Red+Green+Blue) = 123+57+99=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3963 is #84C69C. Grayscale: #515151. Windows color (decimal): -8701597 or 6502779. OLE color: 6502779.
HSL color Cylindrical-coordinate representation of color #7B3963: hue angle of 321.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3963 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 99 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.52 |
| HSL | 321.82º | 0.37% | 0.35% | - |
| HSV(B) | 321.82º | 0.54% | 0.48% | - |
| XYZ | 11.88 | 8.04 | 12.73 | - |
| YUV | 81.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 99 | 0 | 0.54 | 0.20 | 0.52 | 321.82 | 0.37 | 0.35 |
| Hex | 7B | 39 | 63 | 0 | 36 | 14 | 34 | 142 | 25 | 23 |
| Octal | 173 | 71 | 143 | 0 | 66 | 24 | 64 | 502 | 45 | 43 |
| Binary | 1111011 | 111001 | 1100011 | 0 | 110110 | 10100 | 110100 | 101000010 | 100101 | 100011 |
Color Harmonies of #7B3963
Complementary color
Monochromatic Colors of #7B3963
Black with #7B3963
Text Example
Text Example
White with #7B3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3963; }
p { color: rgb(123,57,99); }
H1.HeaderClassName
{
color: #7B3963;
}
.AnyTagClassName
{
color: #7B3963;
}
</style>
background-color css
<style>
a { background-color: #7B3963; }
a { background-color: rgb(123,57,99); }
div.DivClassName
{
background-color: #7B3963;
}
.BgClassName
{
background-color: #7B3963;
}
</style>
border-color css
<style>
span { border-color: #7B3963; }
span { border-color: rgb(123,57,99); }
td.TdClassName
{
border-color: #7B3963;
}
.TagClassName
{
border-color: #7B3963;
}
</style>