Shades of Cosmic #7B5763
Tints of Cosmic #7B5763
RGB
CMYK
RGB Variations
Color information
#7B5763 (or 0x7B5763) is known color: Cosmic. HEX triplet: 7B, 57 and 63. RGB value is (123,87,99). Sum of RGB (Red+Green+Blue) = 123+87+99=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5763 is #84A89C. Grayscale: #636363. Windows color (decimal): -8693917 or 6510459. OLE color: 6510459.
HSL color Cylindrical-coordinate representation of color #7B5763: hue angle of 340º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B5763 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 99 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.52 |
| HSL | 340º | 0.17% | 0.41% | - |
| HSV(B) | 340º | 0.29% | 0.48% | - |
| XYZ | 13.83 | 11.93 | 13.38 | - |
| YUV | 99.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 99 | 0 | 0.29 | 0.20 | 0.52 | 340 | 0.17 | 0.41 |
| Hex | 7B | 57 | 63 | 0 | 1D | 14 | 34 | 154 | 11 | 29 |
| Octal | 173 | 127 | 143 | 0 | 35 | 24 | 64 | 524 | 21 | 51 |
| Binary | 1111011 | 1010111 | 1100011 | 0 | 11101 | 10100 | 110100 | 101010100 | 10001 | 101001 |
Color Harmonies of #7B5763
Complementary color
Monochromatic Colors of #7B5763
Black with #7B5763
Text Example
Text Example
White with #7B5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5763; }
p { color: rgb(123,87,99); }
H1.HeaderClassName
{
color: #7B5763;
}
.AnyTagClassName
{
color: #7B5763;
}
</style>
background-color css
<style>
a { background-color: #7B5763; }
a { background-color: rgb(123,87,99); }
div.DivClassName
{
background-color: #7B5763;
}
.BgClassName
{
background-color: #7B5763;
}
</style>
border-color css
<style>
span { border-color: #7B5763; }
span { border-color: rgb(123,87,99); }
td.TdClassName
{
border-color: #7B5763;
}
.TagClassName
{
border-color: #7B5763;
}
</style>