Shades of Cosmic #7D566B
Tints of Cosmic #7D566B
RGB
CMYK
RGB Variations
Color information
#7D566B (or 0x7D566B) is known color: Cosmic. HEX triplet: 7D, 56 and 6B. RGB value is (125,86,107). Sum of RGB (Red+Green+Blue) = 125+86+107=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D566B is #82A994. Grayscale: #646464. Windows color (decimal): -8563093 or 7034493. OLE color: 7034493.
HSL color Cylindrical-coordinate representation of color #7D566B: hue angle of 327.69º 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 #7D566B is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 107 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.51 |
| HSL | 327.69º | 0.18% | 0.41% | - |
| HSV(B) | 327.69º | 0.31% | 0.49% | - |
| XYZ | 14.44 | 12.08 | 15.48 | - |
| YUV | 100.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 107 | 0 | 0.31 | 0.14 | 0.51 | 327.69 | 0.18 | 0.41 |
| Hex | 7D | 56 | 6B | 0 | 1F | E | 33 | 148 | 12 | 29 |
| Octal | 175 | 126 | 153 | 0 | 37 | 16 | 63 | 510 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1101011 | 0 | 11111 | 1110 | 110011 | 101001000 | 10010 | 101001 |
Color Harmonies of #7D566B
Complementary color
Monochromatic Colors of #7D566B
Black with #7D566B
Text Example
Text Example
White with #7D566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D566B; }
p { color: rgb(125,86,107); }
H1.HeaderClassName
{
color: #7D566B;
}
.AnyTagClassName
{
color: #7D566B;
}
</style>
background-color css
<style>
a { background-color: #7D566B; }
a { background-color: rgb(125,86,107); }
div.DivClassName
{
background-color: #7D566B;
}
.BgClassName
{
background-color: #7D566B;
}
</style>
border-color css
<style>
span { border-color: #7D566B; }
span { border-color: rgb(125,86,107); }
td.TdClassName
{
border-color: #7D566B;
}
.TagClassName
{
border-color: #7D566B;
}
</style>