Shades of Cosmic #7D556E
Tints of Cosmic #7D556E
RGB
CMYK
RGB Variations
Color information
#7D556E (or 0x7D556E) is known color: Cosmic. HEX triplet: 7D, 55 and 6E. RGB value is (125,85,110). Sum of RGB (Red+Green+Blue) = 125+85+110=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D556E is #82AA91. Grayscale: #636363. Windows color (decimal): -8563346 or 7230845. OLE color: 7230845.
HSL color Cylindrical-coordinate representation of color #7D556E: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D556E is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 110 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.51 |
| HSL | 322.5º | 0.19% | 0.41% | - |
| HSV(B) | 322.5º | 0.32% | 0.49% | - |
| XYZ | 14.52 | 11.98 | 16.3 | - |
| YUV | 99.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 110 | 0 | 0.32 | 0.12 | 0.51 | 322.5 | 0.19 | 0.41 |
| Hex | 7D | 55 | 6E | 0 | 20 | C | 33 | 142 | 13 | 29 |
| Octal | 175 | 125 | 156 | 0 | 40 | 14 | 63 | 502 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1101110 | 0 | 100000 | 1100 | 110011 | 101000010 | 10011 | 101001 |
Color Harmonies of #7D556E
Complementary color
Monochromatic Colors of #7D556E
Black with #7D556E
Text Example
Text Example
White with #7D556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D556E; }
p { color: rgb(125,85,110); }
H1.HeaderClassName
{
color: #7D556E;
}
.AnyTagClassName
{
color: #7D556E;
}
</style>
background-color css
<style>
a { background-color: #7D556E; }
a { background-color: rgb(125,85,110); }
div.DivClassName
{
background-color: #7D556E;
}
.BgClassName
{
background-color: #7D556E;
}
</style>
border-color css
<style>
span { border-color: #7D556E; }
span { border-color: rgb(125,85,110); }
td.TdClassName
{
border-color: #7D556E;
}
.TagClassName
{
border-color: #7D556E;
}
</style>