Shades of Cosmic #7D526A
Tints of Cosmic #7D526A
RGB
CMYK
RGB Variations
Color information
#7D526A (or 0x7D526A) is known color: Cosmic. HEX triplet: 7D, 52 and 6A. RGB value is (125,82,106). Sum of RGB (Red+Green+Blue) = 125+82+106=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D526A is #82AD95. Grayscale: #616161. Windows color (decimal): -8564118 or 6967933. OLE color: 6967933.
HSL color Cylindrical-coordinate representation of color #7D526A: hue angle of 326.51º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D526A is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 106 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.51 |
| HSL | 326.51º | 0.21% | 0.41% | - |
| HSV(B) | 326.51º | 0.34% | 0.49% | - |
| XYZ | 14.08 | 11.44 | 15.1 | - |
| YUV | 97.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 106 | 0 | 0.34 | 0.15 | 0.51 | 326.51 | 0.21 | 0.41 |
| Hex | 7D | 52 | 6A | 0 | 22 | F | 33 | 147 | 15 | 29 |
| Octal | 175 | 122 | 152 | 0 | 42 | 17 | 63 | 507 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1101010 | 0 | 100010 | 1111 | 110011 | 101000111 | 10101 | 101001 |
Color Harmonies of #7D526A
Complementary color
Monochromatic Colors of #7D526A
Black with #7D526A
Text Example
Text Example
White with #7D526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D526A; }
p { color: rgb(125,82,106); }
H1.HeaderClassName
{
color: #7D526A;
}
.AnyTagClassName
{
color: #7D526A;
}
</style>
background-color css
<style>
a { background-color: #7D526A; }
a { background-color: rgb(125,82,106); }
div.DivClassName
{
background-color: #7D526A;
}
.BgClassName
{
background-color: #7D526A;
}
</style>
border-color css
<style>
span { border-color: #7D526A; }
span { border-color: rgb(125,82,106); }
td.TdClassName
{
border-color: #7D526A;
}
.TagClassName
{
border-color: #7D526A;
}
</style>