Shades of Cosmic #7B4557
Tints of Cosmic #7B4557
RGB
CMYK
RGB Variations
Color information
#7B4557 (or 0x7B4557) is known color: Cosmic. HEX triplet: 7B, 45 and 57. RGB value is (123,69,87). Sum of RGB (Red+Green+Blue) = 123+69+87=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4557 is #84BAA8. Grayscale: #575757. Windows color (decimal): -8698537 or 5719419. OLE color: 5719419.
HSL color Cylindrical-coordinate representation of color #7B4557: hue angle of 340º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4557 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 87 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.52 |
| HSL | 340º | 0.28% | 0.38% | - |
| HSV(B) | 340º | 0.44% | 0.48% | - |
| XYZ | 12.02 | 9.16 | 10.15 | - |
| YUV | 87.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 87 | 0 | 0.44 | 0.29 | 0.52 | 340 | 0.28 | 0.38 |
| Hex | 7B | 45 | 57 | 0 | 2C | 1D | 34 | 154 | 1C | 26 |
| Octal | 173 | 105 | 127 | 0 | 54 | 35 | 64 | 524 | 34 | 46 |
| Binary | 1111011 | 1000101 | 1010111 | 0 | 101100 | 11101 | 110100 | 101010100 | 11100 | 100110 |
Color Harmonies of #7B4557
Complementary color
Monochromatic Colors of #7B4557
Black with #7B4557
Text Example
Text Example
White with #7B4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4557; }
p { color: rgb(123,69,87); }
H1.HeaderClassName
{
color: #7B4557;
}
.AnyTagClassName
{
color: #7B4557;
}
</style>
background-color css
<style>
a { background-color: #7B4557; }
a { background-color: rgb(123,69,87); }
div.DivClassName
{
background-color: #7B4557;
}
.BgClassName
{
background-color: #7B4557;
}
</style>
border-color css
<style>
span { border-color: #7B4557; }
span { border-color: rgb(123,69,87); }
td.TdClassName
{
border-color: #7B4557;
}
.TagClassName
{
border-color: #7B4557;
}
</style>