Shades of Cosmic #7D576B
Tints of Cosmic #7D576B
RGB
CMYK
RGB Variations
Color information
#7D576B (or 0x7D576B) is known color: Cosmic. HEX triplet: 7D, 57 and 6B. RGB value is (125,87,107). Sum of RGB (Red+Green+Blue) = 125+87+107=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D576B is #82A894. Grayscale: #646464. Windows color (decimal): -8562837 or 7034749. OLE color: 7034749.
HSL color Cylindrical-coordinate representation of color #7D576B: hue angle of 328.42º 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 #7D576B is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 107 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.51 |
| HSL | 328.42º | 0.18% | 0.42% | - |
| HSV(B) | 328.42º | 0.3% | 0.49% | - |
| XYZ | 14.52 | 12.24 | 15.51 | - |
| YUV | 100.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 107 | 0 | 0.30 | 0.14 | 0.51 | 328.42 | 0.18 | 0.42 |
| Hex | 7D | 57 | 6B | 0 | 1E | E | 33 | 148 | 12 | 2A |
| Octal | 175 | 127 | 153 | 0 | 36 | 16 | 63 | 510 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1101011 | 0 | 11110 | 1110 | 110011 | 101001000 | 10010 | 101010 |
Color Harmonies of #7D576B
Complementary color
Monochromatic Colors of #7D576B
Black with #7D576B
Text Example
Text Example
White with #7D576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D576B; }
p { color: rgb(125,87,107); }
H1.HeaderClassName
{
color: #7D576B;
}
.AnyTagClassName
{
color: #7D576B;
}
</style>
background-color css
<style>
a { background-color: #7D576B; }
a { background-color: rgb(125,87,107); }
div.DivClassName
{
background-color: #7D576B;
}
.BgClassName
{
background-color: #7D576B;
}
</style>
border-color css
<style>
span { border-color: #7D576B; }
span { border-color: rgb(125,87,107); }
td.TdClassName
{
border-color: #7D576B;
}
.TagClassName
{
border-color: #7D576B;
}
</style>