Shades of Cosmic #7B526D
Tints of Cosmic #7B526D
RGB
CMYK
RGB Variations
Color information
#7B526D (or 0x7B526D) is known color: Cosmic. HEX triplet: 7B, 52 and 6D. RGB value is (123,82,109). Sum of RGB (Red+Green+Blue) = 123+82+109=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B526D is #84AD92. Grayscale: #616161. Windows color (decimal): -8695187 or 7164539. OLE color: 7164539.
HSL color Cylindrical-coordinate representation of color #7B526D: hue angle of 320.49º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B526D is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 109 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.52 |
| HSL | 320.49º | 0.2% | 0.4% | - |
| HSV(B) | 320.49º | 0.33% | 0.48% | - |
| XYZ | 13.95 | 11.35 | 15.92 | - |
| YUV | 97.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 109 | 0 | 0.33 | 0.11 | 0.52 | 320.49 | 0.2 | 0.4 |
| Hex | 7B | 52 | 6D | 0 | 21 | B | 34 | 140 | 14 | 28 |
| Octal | 173 | 122 | 155 | 0 | 41 | 13 | 64 | 500 | 24 | 50 |
| Binary | 1111011 | 1010010 | 1101101 | 0 | 100001 | 1011 | 110100 | 101000000 | 10100 | 101000 |
Color Harmonies of #7B526D
Complementary color
Monochromatic Colors of #7B526D
Black with #7B526D
Text Example
Text Example
White with #7B526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B526D; }
p { color: rgb(123,82,109); }
H1.HeaderClassName
{
color: #7B526D;
}
.AnyTagClassName
{
color: #7B526D;
}
</style>
background-color css
<style>
a { background-color: #7B526D; }
a { background-color: rgb(123,82,109); }
div.DivClassName
{
background-color: #7B526D;
}
.BgClassName
{
background-color: #7B526D;
}
</style>
border-color css
<style>
span { border-color: #7B526D; }
span { border-color: rgb(123,82,109); }
td.TdClassName
{
border-color: #7B526D;
}
.TagClassName
{
border-color: #7B526D;
}
</style>