Shades of Cosmic #7B4C5E
Tints of Cosmic #7B4C5E
RGB
CMYK
RGB Variations
Color information
#7B4C5E (or 0x7B4C5E) is known color: Cosmic. HEX triplet: 7B, 4C and 5E. RGB value is (123,76,94). Sum of RGB (Red+Green+Blue) = 123+76+94=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4C5E is #84B3A1. Grayscale: #5C5C5C. Windows color (decimal): -8696738 or 6179963. OLE color: 6179963.
HSL color Cylindrical-coordinate representation of color #7B4C5E: hue angle of 337.02º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B4C5E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 76 | 94 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.52 |
| HSL | 337.02º | 0.24% | 0.39% | - |
| HSV(B) | 337.02º | 0.38% | 0.48% | - |
| XYZ | 12.77 | 10.19 | 11.88 | - |
| YUV | 92.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 76 | 94 | 0 | 0.38 | 0.24 | 0.52 | 337.02 | 0.24 | 0.39 |
| Hex | 7B | 4C | 5E | 0 | 26 | 18 | 34 | 151 | 18 | 27 |
| Octal | 173 | 114 | 136 | 0 | 46 | 30 | 64 | 521 | 30 | 47 |
| Binary | 1111011 | 1001100 | 1011110 | 0 | 100110 | 11000 | 110100 | 101010001 | 11000 | 100111 |
Color Harmonies of #7B4C5E
Complementary color
Monochromatic Colors of #7B4C5E
Black with #7B4C5E
Text Example
Text Example
White with #7B4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4C5E; }
p { color: rgb(123,76,94); }
H1.HeaderClassName
{
color: #7B4C5E;
}
.AnyTagClassName
{
color: #7B4C5E;
}
</style>
background-color css
<style>
a { background-color: #7B4C5E; }
a { background-color: rgb(123,76,94); }
div.DivClassName
{
background-color: #7B4C5E;
}
.BgClassName
{
background-color: #7B4C5E;
}
</style>
border-color css
<style>
span { border-color: #7B4C5E; }
span { border-color: rgb(123,76,94); }
td.TdClassName
{
border-color: #7B4C5E;
}
.TagClassName
{
border-color: #7B4C5E;
}
</style>