Shades of Cosmic #7B3862
Tints of Cosmic #7B3862
RGB
CMYK
RGB Variations
Color information
#7B3862 (or 0x7B3862) is known color: Cosmic. HEX triplet: 7B, 38 and 62. RGB value is (123,56,98). Sum of RGB (Red+Green+Blue) = 123+56+98=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3862 is #84C79D. Grayscale: #505050. Windows color (decimal): -8701854 or 6436987. OLE color: 6436987.
HSL color Cylindrical-coordinate representation of color #7B3862: hue angle of 322.39º 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 #7B3862 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 98 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.52 |
| HSL | 322.39º | 0.37% | 0.35% | - |
| HSV(B) | 322.39º | 0.54% | 0.48% | - |
| XYZ | 11.79 | 7.92 | 12.46 | - |
| YUV | 80.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 98 | 0 | 0.54 | 0.20 | 0.52 | 322.39 | 0.37 | 0.35 |
| Hex | 7B | 38 | 62 | 0 | 36 | 14 | 34 | 142 | 25 | 23 |
| Octal | 173 | 70 | 142 | 0 | 66 | 24 | 64 | 502 | 45 | 43 |
| Binary | 1111011 | 111000 | 1100010 | 0 | 110110 | 10100 | 110100 | 101000010 | 100101 | 100011 |
Color Harmonies of #7B3862
Complementary color
Monochromatic Colors of #7B3862
Black with #7B3862
Text Example
Text Example
White with #7B3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3862; }
p { color: rgb(123,56,98); }
H1.HeaderClassName
{
color: #7B3862;
}
.AnyTagClassName
{
color: #7B3862;
}
</style>
background-color css
<style>
a { background-color: #7B3862; }
a { background-color: rgb(123,56,98); }
div.DivClassName
{
background-color: #7B3862;
}
.BgClassName
{
background-color: #7B3862;
}
</style>
border-color css
<style>
span { border-color: #7B3862; }
span { border-color: rgb(123,56,98); }
td.TdClassName
{
border-color: #7B3862;
}
.TagClassName
{
border-color: #7B3862;
}
</style>