Shades of Cosmic #7B4D62
Tints of Cosmic #7B4D62
RGB
CMYK
RGB Variations
Color information
#7B4D62 (or 0x7B4D62) is known color: Cosmic. HEX triplet: 7B, 4D and 62. RGB value is (123,77,98). Sum of RGB (Red+Green+Blue) = 123+77+98=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D62 is #84B29D. Grayscale: #5D5D5D. Windows color (decimal): -8696478 or 6442363. OLE color: 6442363.
HSL color Cylindrical-coordinate representation of color #7B4D62: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B4D62 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 98 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.52 |
| HSL | 332.61º | 0.23% | 0.39% | - |
| HSV(B) | 332.61º | 0.37% | 0.48% | - |
| XYZ | 13.03 | 10.4 | 12.88 | - |
| YUV | 93.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 98 | 0 | 0.37 | 0.20 | 0.52 | 332.61 | 0.23 | 0.39 |
| Hex | 7B | 4D | 62 | 0 | 25 | 14 | 34 | 14D | 17 | 27 |
| Octal | 173 | 115 | 142 | 0 | 45 | 24 | 64 | 515 | 27 | 47 |
| Binary | 1111011 | 1001101 | 1100010 | 0 | 100101 | 10100 | 110100 | 101001101 | 10111 | 100111 |
Color Harmonies of #7B4D62
Complementary color
Monochromatic Colors of #7B4D62
Black with #7B4D62
Text Example
Text Example
White with #7B4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D62; }
p { color: rgb(123,77,98); }
H1.HeaderClassName
{
color: #7B4D62;
}
.AnyTagClassName
{
color: #7B4D62;
}
</style>
background-color css
<style>
a { background-color: #7B4D62; }
a { background-color: rgb(123,77,98); }
div.DivClassName
{
background-color: #7B4D62;
}
.BgClassName
{
background-color: #7B4D62;
}
</style>
border-color css
<style>
span { border-color: #7B4D62; }
span { border-color: rgb(123,77,98); }
td.TdClassName
{
border-color: #7B4D62;
}
.TagClassName
{
border-color: #7B4D62;
}
</style>