Shades of Cosmic #7D576F
Tints of Cosmic #7D576F
RGB
CMYK
RGB Variations
Color information
#7D576F (or 0x7D576F) is known color: Cosmic. HEX triplet: 7D, 57 and 6F. RGB value is (125,87,111). Sum of RGB (Red+Green+Blue) = 125+87+111=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D576F is #82A890. Grayscale: #656565. Windows color (decimal): -8562833 or 7296893. OLE color: 7296893.
HSL color Cylindrical-coordinate representation of color #7D576F: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D576F is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 111 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.51 |
| HSL | 322.11º | 0.18% | 0.42% | - |
| HSV(B) | 322.11º | 0.3% | 0.49% | - |
| XYZ | 14.73 | 12.32 | 16.64 | - |
| YUV | 101.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 111 | 0 | 0.30 | 0.11 | 0.51 | 322.11 | 0.18 | 0.42 |
| Hex | 7D | 57 | 6F | 0 | 1E | B | 33 | 142 | 12 | 2A |
| Octal | 175 | 127 | 157 | 0 | 36 | 13 | 63 | 502 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1101111 | 0 | 11110 | 1011 | 110011 | 101000010 | 10010 | 101010 |
Color Harmonies of #7D576F
Complementary color
Monochromatic Colors of #7D576F
Black with #7D576F
Text Example
Text Example
White with #7D576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D576F; }
p { color: rgb(125,87,111); }
H1.HeaderClassName
{
color: #7D576F;
}
.AnyTagClassName
{
color: #7D576F;
}
</style>
background-color css
<style>
a { background-color: #7D576F; }
a { background-color: rgb(125,87,111); }
div.DivClassName
{
background-color: #7D576F;
}
.BgClassName
{
background-color: #7D576F;
}
</style>
border-color css
<style>
span { border-color: #7D576F; }
span { border-color: rgb(125,87,111); }
td.TdClassName
{
border-color: #7D576F;
}
.TagClassName
{
border-color: #7D576F;
}
</style>