Shades of Cosmic #7B515C
Tints of Cosmic #7B515C
RGB
CMYK
RGB Variations
Color information
#7B515C (or 0x7B515C) is known color: Cosmic. HEX triplet: 7B, 51 and 5C. RGB value is (123,81,92). Sum of RGB (Red+Green+Blue) = 123+81+92=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B515C is #84AEA3. Grayscale: #5E5E5E. Windows color (decimal): -8695460 or 6050171. OLE color: 6050171.
HSL color Cylindrical-coordinate representation of color #7B515C: hue angle of 344.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B515C is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 92 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.52 |
| HSL | 344.29º | 0.21% | 0.4% | - |
| HSV(B) | 344.29º | 0.34% | 0.48% | - |
| XYZ | 13.04 | 10.87 | 11.54 | - |
| YUV | 94.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 92 | 0 | 0.34 | 0.25 | 0.52 | 344.29 | 0.21 | 0.4 |
| Hex | 7B | 51 | 5C | 0 | 22 | 19 | 34 | 158 | 15 | 28 |
| Octal | 173 | 121 | 134 | 0 | 42 | 31 | 64 | 530 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1011100 | 0 | 100010 | 11001 | 110100 | 101011000 | 10101 | 101000 |
Color Harmonies of #7B515C
Complementary color
Monochromatic Colors of #7B515C
Black with #7B515C
Text Example
Text Example
White with #7B515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B515C; }
p { color: rgb(123,81,92); }
H1.HeaderClassName
{
color: #7B515C;
}
.AnyTagClassName
{
color: #7B515C;
}
</style>
background-color css
<style>
a { background-color: #7B515C; }
a { background-color: rgb(123,81,92); }
div.DivClassName
{
background-color: #7B515C;
}
.BgClassName
{
background-color: #7B515C;
}
</style>
border-color css
<style>
span { border-color: #7B515C; }
span { border-color: rgb(123,81,92); }
td.TdClassName
{
border-color: #7B515C;
}
.TagClassName
{
border-color: #7B515C;
}
</style>