Shades of Cosmic #7D566C
Tints of Cosmic #7D566C
RGB
CMYK
RGB Variations
Color information
#7D566C (or 0x7D566C) is known color: Cosmic. HEX triplet: 7D, 56 and 6C. RGB value is (125,86,108). Sum of RGB (Red+Green+Blue) = 125+86+108=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D566C is #82A993. Grayscale: #646464. Windows color (decimal): -8563092 or 7100029. OLE color: 7100029.
HSL color Cylindrical-coordinate representation of color #7D566C: hue angle of 326.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D566C is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 108 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.51 |
| HSL | 326.15º | 0.18% | 0.41% | - |
| HSV(B) | 326.15º | 0.31% | 0.49% | - |
| XYZ | 14.49 | 12.1 | 15.76 | - |
| YUV | 100.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 108 | 0 | 0.31 | 0.14 | 0.51 | 326.15 | 0.18 | 0.41 |
| Hex | 7D | 56 | 6C | 0 | 1F | E | 33 | 146 | 12 | 29 |
| Octal | 175 | 126 | 154 | 0 | 37 | 16 | 63 | 506 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1101100 | 0 | 11111 | 1110 | 110011 | 101000110 | 10010 | 101001 |
Color Harmonies of #7D566C
Complementary color
Monochromatic Colors of #7D566C
Black with #7D566C
Text Example
Text Example
White with #7D566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D566C; }
p { color: rgb(125,86,108); }
H1.HeaderClassName
{
color: #7D566C;
}
.AnyTagClassName
{
color: #7D566C;
}
</style>
background-color css
<style>
a { background-color: #7D566C; }
a { background-color: rgb(125,86,108); }
div.DivClassName
{
background-color: #7D566C;
}
.BgClassName
{
background-color: #7D566C;
}
</style>
border-color css
<style>
span { border-color: #7D566C; }
span { border-color: rgb(125,86,108); }
td.TdClassName
{
border-color: #7D566C;
}
.TagClassName
{
border-color: #7D566C;
}
</style>