Shades of Cosmic #7B526C
Tints of Cosmic #7B526C
RGB
CMYK
RGB Variations
Color information
#7B526C (or 0x7B526C) is known color: Cosmic. HEX triplet: 7B, 52 and 6C. RGB value is (123,82,108). Sum of RGB (Red+Green+Blue) = 123+82+108=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B526C is #84AD93. Grayscale: #616161. Windows color (decimal): -8695188 or 7099003. OLE color: 7099003.
HSL color Cylindrical-coordinate representation of color #7B526C: hue angle of 321.95º 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 #7B526C is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 108 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.52 |
| HSL | 321.95º | 0.2% | 0.4% | - |
| HSV(B) | 321.95º | 0.33% | 0.48% | - |
| XYZ | 13.89 | 11.33 | 15.64 | - |
| YUV | 97.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 108 | 0 | 0.33 | 0.12 | 0.52 | 321.95 | 0.2 | 0.4 |
| Hex | 7B | 52 | 6C | 0 | 21 | C | 34 | 142 | 14 | 28 |
| Octal | 173 | 122 | 154 | 0 | 41 | 14 | 64 | 502 | 24 | 50 |
| Binary | 1111011 | 1010010 | 1101100 | 0 | 100001 | 1100 | 110100 | 101000010 | 10100 | 101000 |
Color Harmonies of #7B526C
Complementary color
Monochromatic Colors of #7B526C
Black with #7B526C
Text Example
Text Example
White with #7B526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B526C; }
p { color: rgb(123,82,108); }
H1.HeaderClassName
{
color: #7B526C;
}
.AnyTagClassName
{
color: #7B526C;
}
</style>
background-color css
<style>
a { background-color: #7B526C; }
a { background-color: rgb(123,82,108); }
div.DivClassName
{
background-color: #7B526C;
}
.BgClassName
{
background-color: #7B526C;
}
</style>
border-color css
<style>
span { border-color: #7B526C; }
span { border-color: rgb(123,82,108); }
td.TdClassName
{
border-color: #7B526C;
}
.TagClassName
{
border-color: #7B526C;
}
</style>