Shades of Cosmic #7D515C
Tints of Cosmic #7D515C
RGB
CMYK
RGB Variations
Color information
#7D515C (or 0x7D515C) is known color: Cosmic. HEX triplet: 7D, 51 and 5C. RGB value is (125,81,92). Sum of RGB (Red+Green+Blue) = 125+81+92=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515C is #82AEA3. Grayscale: #5F5F5F. Windows color (decimal): -8564388 or 6050173. OLE color: 6050173.
HSL color Cylindrical-coordinate representation of color #7D515C: hue angle of 345º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D515C is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 92 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.51 |
| HSL | 345º | 0.21% | 0.4% | - |
| HSV(B) | 345º | 0.35% | 0.49% | - |
| XYZ | 13.33 | 11.02 | 11.55 | - |
| YUV | 95.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 92 | 0 | 0.35 | 0.26 | 0.51 | 345 | 0.21 | 0.4 |
| Hex | 7D | 51 | 5C | 0 | 23 | 1A | 33 | 159 | 15 | 28 |
| Octal | 175 | 121 | 134 | 0 | 43 | 32 | 63 | 531 | 25 | 50 |
| Binary | 1111101 | 1010001 | 1011100 | 0 | 100011 | 11010 | 110011 | 101011001 | 10101 | 101000 |
Color Harmonies of #7D515C
Complementary color
Monochromatic Colors of #7D515C
Black with #7D515C
Text Example
Text Example
White with #7D515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D515C; }
p { color: rgb(125,81,92); }
H1.HeaderClassName
{
color: #7D515C;
}
.AnyTagClassName
{
color: #7D515C;
}
</style>
background-color css
<style>
a { background-color: #7D515C; }
a { background-color: rgb(125,81,92); }
div.DivClassName
{
background-color: #7D515C;
}
.BgClassName
{
background-color: #7D515C;
}
</style>
border-color css
<style>
span { border-color: #7D515C; }
span { border-color: rgb(125,81,92); }
td.TdClassName
{
border-color: #7D515C;
}
.TagClassName
{
border-color: #7D515C;
}
</style>