Shades of Cosmic #7D576C
Tints of Cosmic #7D576C
RGB
CMYK
RGB Variations
Color information
#7D576C (or 0x7D576C) is known color: Cosmic. HEX triplet: 7D, 57 and 6C. RGB value is (125,87,108). Sum of RGB (Red+Green+Blue) = 125+87+108=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D576C is #82A893. Grayscale: #646464. Windows color (decimal): -8562836 or 7100285. OLE color: 7100285.
HSL color Cylindrical-coordinate representation of color #7D576C: hue angle of 326.84º 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 #7D576C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 108 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.51 |
| HSL | 326.84º | 0.18% | 0.42% | - |
| HSV(B) | 326.84º | 0.3% | 0.49% | - |
| XYZ | 14.57 | 12.26 | 15.79 | - |
| YUV | 100.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 108 | 0 | 0.30 | 0.14 | 0.51 | 326.84 | 0.18 | 0.42 |
| Hex | 7D | 57 | 6C | 0 | 1E | E | 33 | 147 | 12 | 2A |
| Octal | 175 | 127 | 154 | 0 | 36 | 16 | 63 | 507 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1101100 | 0 | 11110 | 1110 | 110011 | 101000111 | 10010 | 101010 |
Color Harmonies of #7D576C
Complementary color
Monochromatic Colors of #7D576C
Black with #7D576C
Text Example
Text Example
White with #7D576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D576C; }
p { color: rgb(125,87,108); }
H1.HeaderClassName
{
color: #7D576C;
}
.AnyTagClassName
{
color: #7D576C;
}
</style>
background-color css
<style>
a { background-color: #7D576C; }
a { background-color: rgb(125,87,108); }
div.DivClassName
{
background-color: #7D576C;
}
.BgClassName
{
background-color: #7D576C;
}
</style>
border-color css
<style>
span { border-color: #7D576C; }
span { border-color: rgb(125,87,108); }
td.TdClassName
{
border-color: #7D576C;
}
.TagClassName
{
border-color: #7D576C;
}
</style>