Shades of Cosmic #7B4857
Tints of Cosmic #7B4857
RGB
CMYK
RGB Variations
Color information
#7B4857 (or 0x7B4857) is known color: Cosmic. HEX triplet: 7B, 48 and 57. RGB value is (123,72,87). Sum of RGB (Red+Green+Blue) = 123+72+87=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4857 is #84B7A8. Grayscale: #585858. Windows color (decimal): -8697769 or 5720187. OLE color: 5720187.
HSL color Cylindrical-coordinate representation of color #7B4857: hue angle of 342.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4857 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 87 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.52 |
| HSL | 342.35º | 0.26% | 0.38% | - |
| HSV(B) | 342.35º | 0.41% | 0.48% | - |
| XYZ | 12.21 | 9.53 | 10.21 | - |
| YUV | 88.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 87 | 0 | 0.41 | 0.29 | 0.52 | 342.35 | 0.26 | 0.38 |
| Hex | 7B | 48 | 57 | 0 | 29 | 1D | 34 | 156 | 1A | 26 |
| Octal | 173 | 110 | 127 | 0 | 51 | 35 | 64 | 526 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1010111 | 0 | 101001 | 11101 | 110100 | 101010110 | 11010 | 100110 |
Color Harmonies of #7B4857
Complementary color
Monochromatic Colors of #7B4857
Black with #7B4857
Text Example
Text Example
White with #7B4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4857; }
p { color: rgb(123,72,87); }
H1.HeaderClassName
{
color: #7B4857;
}
.AnyTagClassName
{
color: #7B4857;
}
</style>
background-color css
<style>
a { background-color: #7B4857; }
a { background-color: rgb(123,72,87); }
div.DivClassName
{
background-color: #7B4857;
}
.BgClassName
{
background-color: #7B4857;
}
</style>
border-color css
<style>
span { border-color: #7B4857; }
span { border-color: rgb(123,72,87); }
td.TdClassName
{
border-color: #7B4857;
}
.TagClassName
{
border-color: #7B4857;
}
</style>