Shades of Cosmic #7D586A
Tints of Cosmic #7D586A
RGB
CMYK
RGB Variations
Color information
#7D586A (or 0x7D586A) is known color: Cosmic. HEX triplet: 7D, 58 and 6A. RGB value is (125,88,106). Sum of RGB (Red+Green+Blue) = 125+88+106=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D586A is #82A795. Grayscale: #656565. Windows color (decimal): -8562582 or 6969469. OLE color: 6969469.
HSL color Cylindrical-coordinate representation of color #7D586A: hue angle of 330.81º degrees, saturation: 0.17, 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 #7D586A is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 88 | 106 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.51 |
| HSL | 330.81º | 0.17% | 0.42% | - |
| HSV(B) | 330.81º | 0.3% | 0.49% | - |
| XYZ | 14.55 | 12.38 | 15.26 | - |
| YUV | 101.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 106 | 0 | 0.30 | 0.15 | 0.51 | 330.81 | 0.17 | 0.42 |
| Hex | 7D | 58 | 6A | 0 | 1E | F | 33 | 14B | 11 | 2A |
| Octal | 175 | 130 | 152 | 0 | 36 | 17 | 63 | 513 | 21 | 52 |
| Binary | 1111101 | 1011000 | 1101010 | 0 | 11110 | 1111 | 110011 | 101001011 | 10001 | 101010 |
Color Harmonies of #7D586A
Complementary color
Monochromatic Colors of #7D586A
Black with #7D586A
Text Example
Text Example
White with #7D586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D586A; }
p { color: rgb(125,88,106); }
H1.HeaderClassName
{
color: #7D586A;
}
.AnyTagClassName
{
color: #7D586A;
}
</style>
background-color css
<style>
a { background-color: #7D586A; }
a { background-color: rgb(125,88,106); }
div.DivClassName
{
background-color: #7D586A;
}
.BgClassName
{
background-color: #7D586A;
}
</style>
border-color css
<style>
span { border-color: #7D586A; }
span { border-color: rgb(125,88,106); }
td.TdClassName
{
border-color: #7D586A;
}
.TagClassName
{
border-color: #7D586A;
}
</style>