Shades of Cosmic #7D526E
Tints of Cosmic #7D526E
RGB
CMYK
RGB Variations
Color information
#7D526E (or 0x7D526E) is known color: Cosmic. HEX triplet: 7D, 52 and 6E. RGB value is (125,82,110). Sum of RGB (Red+Green+Blue) = 125+82+110=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D526E is #82AD91. Grayscale: #616161. Windows color (decimal): -8564114 or 7230077. OLE color: 7230077.
HSL color Cylindrical-coordinate representation of color #7D526E: hue angle of 320.93º 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 #7D526E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 110 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.51 |
| HSL | 320.93º | 0.21% | 0.41% | - |
| HSV(B) | 320.93º | 0.34% | 0.49% | - |
| XYZ | 14.29 | 11.52 | 16.22 | - |
| YUV | 98.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 110 | 0 | 0.34 | 0.12 | 0.51 | 320.93 | 0.21 | 0.41 |
| Hex | 7D | 52 | 6E | 0 | 22 | C | 33 | 141 | 15 | 29 |
| Octal | 175 | 122 | 156 | 0 | 42 | 14 | 63 | 501 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1101110 | 0 | 100010 | 1100 | 110011 | 101000001 | 10101 | 101001 |
Color Harmonies of #7D526E
Complementary color
Monochromatic Colors of #7D526E
Black with #7D526E
Text Example
Text Example
White with #7D526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D526E; }
p { color: rgb(125,82,110); }
H1.HeaderClassName
{
color: #7D526E;
}
.AnyTagClassName
{
color: #7D526E;
}
</style>
background-color css
<style>
a { background-color: #7D526E; }
a { background-color: rgb(125,82,110); }
div.DivClassName
{
background-color: #7D526E;
}
.BgClassName
{
background-color: #7D526E;
}
</style>
border-color css
<style>
span { border-color: #7D526E; }
span { border-color: rgb(125,82,110); }
td.TdClassName
{
border-color: #7D526E;
}
.TagClassName
{
border-color: #7D526E;
}
</style>