Shades of Cosmic #7D536A
Tints of Cosmic #7D536A
RGB
CMYK
RGB Variations
Color information
#7D536A (or 0x7D536A) is known color: Cosmic. HEX triplet: 7D, 53 and 6A. RGB value is (125,83,106). Sum of RGB (Red+Green+Blue) = 125+83+106=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D536A is #82AC95. Grayscale: #626262. Windows color (decimal): -8563862 or 6968189. OLE color: 6968189.
HSL color Cylindrical-coordinate representation of color #7D536A: hue angle of 327.14º degrees, saturation: 0.2, 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 #7D536A is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 106 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.51 |
| HSL | 327.14º | 0.2% | 0.41% | - |
| HSV(B) | 327.14º | 0.34% | 0.49% | - |
| XYZ | 14.15 | 11.59 | 15.13 | - |
| YUV | 98.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 106 | 0 | 0.34 | 0.15 | 0.51 | 327.14 | 0.2 | 0.41 |
| Hex | 7D | 53 | 6A | 0 | 22 | F | 33 | 147 | 14 | 29 |
| Octal | 175 | 123 | 152 | 0 | 42 | 17 | 63 | 507 | 24 | 51 |
| Binary | 1111101 | 1010011 | 1101010 | 0 | 100010 | 1111 | 110011 | 101000111 | 10100 | 101001 |
Color Harmonies of #7D536A
Complementary color
Monochromatic Colors of #7D536A
Black with #7D536A
Text Example
Text Example
White with #7D536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D536A; }
p { color: rgb(125,83,106); }
H1.HeaderClassName
{
color: #7D536A;
}
.AnyTagClassName
{
color: #7D536A;
}
</style>
background-color css
<style>
a { background-color: #7D536A; }
a { background-color: rgb(125,83,106); }
div.DivClassName
{
background-color: #7D536A;
}
.BgClassName
{
background-color: #7D536A;
}
</style>
border-color css
<style>
span { border-color: #7D536A; }
span { border-color: rgb(125,83,106); }
td.TdClassName
{
border-color: #7D536A;
}
.TagClassName
{
border-color: #7D536A;
}
</style>