Shades of Cosmic #7D5261
Tints of Cosmic #7D5261
RGB
CMYK
RGB Variations
Color information
#7D5261 (or 0x7D5261) is known color: Cosmic. HEX triplet: 7D, 52 and 61. RGB value is (125,82,97). Sum of RGB (Red+Green+Blue) = 125+82+97=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5261 is #82AD9E. Grayscale: #606060. Windows color (decimal): -8564127 or 6378109. OLE color: 6378109.
HSL color Cylindrical-coordinate representation of color #7D5261: hue angle of 339.07º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5261 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 97 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.51 |
| HSL | 339.07º | 0.21% | 0.41% | - |
| HSV(B) | 339.07º | 0.34% | 0.49% | - |
| XYZ | 13.63 | 11.26 | 12.76 | - |
| YUV | 96.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 97 | 0 | 0.34 | 0.22 | 0.51 | 339.07 | 0.21 | 0.41 |
| Hex | 7D | 52 | 61 | 0 | 22 | 16 | 33 | 153 | 15 | 29 |
| Octal | 175 | 122 | 141 | 0 | 42 | 26 | 63 | 523 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1100001 | 0 | 100010 | 10110 | 110011 | 101010011 | 10101 | 101001 |
Color Harmonies of #7D5261
Complementary color
Monochromatic Colors of #7D5261
Black with #7D5261
Text Example
Text Example
White with #7D5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5261; }
p { color: rgb(125,82,97); }
H1.HeaderClassName
{
color: #7D5261;
}
.AnyTagClassName
{
color: #7D5261;
}
</style>
background-color css
<style>
a { background-color: #7D5261; }
a { background-color: rgb(125,82,97); }
div.DivClassName
{
background-color: #7D5261;
}
.BgClassName
{
background-color: #7D5261;
}
</style>
border-color css
<style>
span { border-color: #7D5261; }
span { border-color: rgb(125,82,97); }
td.TdClassName
{
border-color: #7D5261;
}
.TagClassName
{
border-color: #7D5261;
}
</style>