Shades of Cosmic #7B566E
Tints of Cosmic #7B566E
RGB
CMYK
RGB Variations
Color information
#7B566E (or 0x7B566E) is known color: Cosmic. HEX triplet: 7B, 56 and 6E. RGB value is (123,86,110). Sum of RGB (Red+Green+Blue) = 123+86+110=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B566E is #84A991. Grayscale: #636363. Windows color (decimal): -8694162 or 7231099. OLE color: 7231099.
HSL color Cylindrical-coordinate representation of color #7B566E: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B566E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 110 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.52 |
| HSL | 321.08º | 0.18% | 0.41% | - |
| HSV(B) | 321.08º | 0.3% | 0.48% | - |
| XYZ | 14.31 | 11.99 | 16.31 | - |
| YUV | 99.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 110 | 0 | 0.30 | 0.11 | 0.52 | 321.08 | 0.18 | 0.41 |
| Hex | 7B | 56 | 6E | 0 | 1E | B | 34 | 141 | 12 | 29 |
| Octal | 173 | 126 | 156 | 0 | 36 | 13 | 64 | 501 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1101110 | 0 | 11110 | 1011 | 110100 | 101000001 | 10010 | 101001 |
Color Harmonies of #7B566E
Complementary color
Monochromatic Colors of #7B566E
Black with #7B566E
Text Example
Text Example
White with #7B566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B566E; }
p { color: rgb(123,86,110); }
H1.HeaderClassName
{
color: #7B566E;
}
.AnyTagClassName
{
color: #7B566E;
}
</style>
background-color css
<style>
a { background-color: #7B566E; }
a { background-color: rgb(123,86,110); }
div.DivClassName
{
background-color: #7B566E;
}
.BgClassName
{
background-color: #7B566E;
}
</style>
border-color css
<style>
span { border-color: #7B566E; }
span { border-color: rgb(123,86,110); }
td.TdClassName
{
border-color: #7B566E;
}
.TagClassName
{
border-color: #7B566E;
}
</style>