Shades of Cosmic #7D525E
Tints of Cosmic #7D525E
RGB
CMYK
RGB Variations
Color information
#7D525E (or 0x7D525E) is known color: Cosmic. HEX triplet: 7D, 52 and 5E. RGB value is (125,82,94). Sum of RGB (Red+Green+Blue) = 125+82+94=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525E is #82ADA1. Grayscale: #606060. Windows color (decimal): -8564130 or 6181501. OLE color: 6181501.
HSL color Cylindrical-coordinate representation of color #7D525E: hue angle of 343.26º 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 #7D525E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 94 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.51 |
| HSL | 343.26º | 0.21% | 0.41% | - |
| HSV(B) | 343.26º | 0.34% | 0.49% | - |
| XYZ | 13.5 | 11.2 | 12.04 | - |
| YUV | 96.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 94 | 0 | 0.34 | 0.25 | 0.51 | 343.26 | 0.21 | 0.41 |
| Hex | 7D | 52 | 5E | 0 | 22 | 19 | 33 | 157 | 15 | 29 |
| Octal | 175 | 122 | 136 | 0 | 42 | 31 | 63 | 527 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1011110 | 0 | 100010 | 11001 | 110011 | 101010111 | 10101 | 101001 |
Color Harmonies of #7D525E
Complementary color
Monochromatic Colors of #7D525E
Black with #7D525E
Text Example
Text Example
White with #7D525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D525E; }
p { color: rgb(125,82,94); }
H1.HeaderClassName
{
color: #7D525E;
}
.AnyTagClassName
{
color: #7D525E;
}
</style>
background-color css
<style>
a { background-color: #7D525E; }
a { background-color: rgb(125,82,94); }
div.DivClassName
{
background-color: #7D525E;
}
.BgClassName
{
background-color: #7D525E;
}
</style>
border-color css
<style>
span { border-color: #7D525E; }
span { border-color: rgb(125,82,94); }
td.TdClassName
{
border-color: #7D525E;
}
.TagClassName
{
border-color: #7D525E;
}
</style>