Shades of Cosmic #7B5569
Tints of Cosmic #7B5569
RGB
CMYK
RGB Variations
Color information
#7B5569 (or 0x7B5569) is known color: Cosmic. HEX triplet: 7B, 55 and 69. RGB value is (123,85,105). Sum of RGB (Red+Green+Blue) = 123+85+105=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5569 is #84AA96. Grayscale: #626262. Windows color (decimal): -8694423 or 6903163. OLE color: 6903163.
HSL color Cylindrical-coordinate representation of color #7B5569: hue angle of 328.42º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5569 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 85 | 105 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.52 |
| HSL | 328.42º | 0.18% | 0.41% | - |
| HSV(B) | 328.42º | 0.31% | 0.48% | - |
| XYZ | 13.97 | 11.73 | 14.89 | - |
| YUV | 98.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 105 | 0 | 0.31 | 0.15 | 0.52 | 328.42 | 0.18 | 0.41 |
| Hex | 7B | 55 | 69 | 0 | 1F | F | 34 | 148 | 12 | 29 |
| Octal | 173 | 125 | 151 | 0 | 37 | 17 | 64 | 510 | 22 | 51 |
| Binary | 1111011 | 1010101 | 1101001 | 0 | 11111 | 1111 | 110100 | 101001000 | 10010 | 101001 |
Color Harmonies of #7B5569
Complementary color
Monochromatic Colors of #7B5569
Black with #7B5569
Text Example
Text Example
White with #7B5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5569; }
p { color: rgb(123,85,105); }
H1.HeaderClassName
{
color: #7B5569;
}
.AnyTagClassName
{
color: #7B5569;
}
</style>
background-color css
<style>
a { background-color: #7B5569; }
a { background-color: rgb(123,85,105); }
div.DivClassName
{
background-color: #7B5569;
}
.BgClassName
{
background-color: #7B5569;
}
</style>
border-color css
<style>
span { border-color: #7B5569; }
span { border-color: rgb(123,85,105); }
td.TdClassName
{
border-color: #7B5569;
}
.TagClassName
{
border-color: #7B5569;
}
</style>