Shades of Cosmic #7D566E
Tints of Cosmic #7D566E
RGB
CMYK
RGB Variations
Color information
#7D566E (or 0x7D566E) is known color: Cosmic. HEX triplet: 7D, 56 and 6E. RGB value is (125,86,110). Sum of RGB (Red+Green+Blue) = 125+86+110=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D566E is #82A991. Grayscale: #646464. Windows color (decimal): -8563090 or 7231101. OLE color: 7231101.
HSL color Cylindrical-coordinate representation of color #7D566E: hue angle of 323.08º 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 #7D566E is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 110 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.51 |
| HSL | 323.08º | 0.18% | 0.41% | - |
| HSV(B) | 323.08º | 0.31% | 0.49% | - |
| XYZ | 14.6 | 12.14 | 16.33 | - |
| YUV | 100.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 110 | 0 | 0.31 | 0.12 | 0.51 | 323.08 | 0.18 | 0.41 |
| Hex | 7D | 56 | 6E | 0 | 1F | C | 33 | 143 | 12 | 29 |
| Octal | 175 | 126 | 156 | 0 | 37 | 14 | 63 | 503 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1101110 | 0 | 11111 | 1100 | 110011 | 101000011 | 10010 | 101001 |
Color Harmonies of #7D566E
Complementary color
Monochromatic Colors of #7D566E
Black with #7D566E
Text Example
Text Example
White with #7D566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D566E; }
p { color: rgb(125,86,110); }
H1.HeaderClassName
{
color: #7D566E;
}
.AnyTagClassName
{
color: #7D566E;
}
</style>
background-color css
<style>
a { background-color: #7D566E; }
a { background-color: rgb(125,86,110); }
div.DivClassName
{
background-color: #7D566E;
}
.BgClassName
{
background-color: #7D566E;
}
</style>
border-color css
<style>
span { border-color: #7D566E; }
span { border-color: rgb(125,86,110); }
td.TdClassName
{
border-color: #7D566E;
}
.TagClassName
{
border-color: #7D566E;
}
</style>