Shades of Cosmic #7D526B
Tints of Cosmic #7D526B
RGB
CMYK
RGB Variations
Color information
#7D526B (or 0x7D526B) is known color: Cosmic. HEX triplet: 7D, 52 and 6B. RGB value is (125,82,107). Sum of RGB (Red+Green+Blue) = 125+82+107=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D526B is #82AD94. Grayscale: #616161. Windows color (decimal): -8564117 or 7033469. OLE color: 7033469.
HSL color Cylindrical-coordinate representation of color #7D526B: hue angle of 325.12º 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 #7D526B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 107 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.51 |
| HSL | 325.12º | 0.21% | 0.41% | - |
| HSV(B) | 325.12º | 0.34% | 0.49% | - |
| XYZ | 14.13 | 11.46 | 15.38 | - |
| YUV | 97.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 107 | 0 | 0.34 | 0.14 | 0.51 | 325.12 | 0.21 | 0.41 |
| Hex | 7D | 52 | 6B | 0 | 22 | E | 33 | 145 | 15 | 29 |
| Octal | 175 | 122 | 153 | 0 | 42 | 16 | 63 | 505 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1101011 | 0 | 100010 | 1110 | 110011 | 101000101 | 10101 | 101001 |
Color Harmonies of #7D526B
Complementary color
Monochromatic Colors of #7D526B
Black with #7D526B
Text Example
Text Example
White with #7D526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D526B; }
p { color: rgb(125,82,107); }
H1.HeaderClassName
{
color: #7D526B;
}
.AnyTagClassName
{
color: #7D526B;
}
</style>
background-color css
<style>
a { background-color: #7D526B; }
a { background-color: rgb(125,82,107); }
div.DivClassName
{
background-color: #7D526B;
}
.BgClassName
{
background-color: #7D526B;
}
</style>
border-color css
<style>
span { border-color: #7D526B; }
span { border-color: rgb(125,82,107); }
td.TdClassName
{
border-color: #7D526B;
}
.TagClassName
{
border-color: #7D526B;
}
</style>