Shades of Cosmic #7D515A
Tints of Cosmic #7D515A
RGB
CMYK
RGB Variations
Color information
#7D515A (or 0x7D515A) is known color: Cosmic. HEX triplet: 7D, 51 and 5A. RGB value is (125,81,90). Sum of RGB (Red+Green+Blue) = 125+81+90=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515A is #82AEA5. Grayscale: #5F5F5F. Windows color (decimal): -8564390 or 5919101. OLE color: 5919101.
HSL color Cylindrical-coordinate representation of color #7D515A: hue angle of 347.73º 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 #7D515A is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 90 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.51 |
| HSL | 347.73º | 0.21% | 0.4% | - |
| HSV(B) | 347.73º | 0.35% | 0.49% | - |
| XYZ | 13.25 | 10.98 | 11.09 | - |
| YUV | 95.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 90 | 0 | 0.35 | 0.28 | 0.51 | 347.73 | 0.21 | 0.4 |
| Hex | 7D | 51 | 5A | 0 | 23 | 1C | 33 | 15C | 15 | 28 |
| Octal | 175 | 121 | 132 | 0 | 43 | 34 | 63 | 534 | 25 | 50 |
| Binary | 1111101 | 1010001 | 1011010 | 0 | 100011 | 11100 | 110011 | 101011100 | 10101 | 101000 |
Color Harmonies of #7D515A
Complementary color
Monochromatic Colors of #7D515A
Black with #7D515A
Text Example
Text Example
White with #7D515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D515A; }
p { color: rgb(125,81,90); }
H1.HeaderClassName
{
color: #7D515A;
}
.AnyTagClassName
{
color: #7D515A;
}
</style>
background-color css
<style>
a { background-color: #7D515A; }
a { background-color: rgb(125,81,90); }
div.DivClassName
{
background-color: #7D515A;
}
.BgClassName
{
background-color: #7D515A;
}
</style>
border-color css
<style>
span { border-color: #7D515A; }
span { border-color: rgb(125,81,90); }
td.TdClassName
{
border-color: #7D515A;
}
.TagClassName
{
border-color: #7D515A;
}
</style>