Shades of Cosmic #7D5066
Tints of Cosmic #7D5066
RGB
CMYK
RGB Variations
Color information
#7D5066 (or 0x7D5066) is known color: Cosmic. HEX triplet: 7D, 50 and 66. RGB value is (125,80,102). Sum of RGB (Red+Green+Blue) = 125+80+102=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5066 is #82AF99. Grayscale: #5F5F5F. Windows color (decimal): -8564634 or 6705277. OLE color: 6705277.
HSL color Cylindrical-coordinate representation of color #7D5066: hue angle of 330.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5066 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 102 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.51 |
| HSL | 330.67º | 0.22% | 0.4% | - |
| HSV(B) | 330.67º | 0.36% | 0.49% | - |
| XYZ | 13.72 | 11.06 | 13.98 | - |
| YUV | 95.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 102 | 0 | 0.36 | 0.18 | 0.51 | 330.67 | 0.22 | 0.4 |
| Hex | 7D | 50 | 66 | 0 | 24 | 12 | 33 | 14B | 16 | 28 |
| Octal | 175 | 120 | 146 | 0 | 44 | 22 | 63 | 513 | 26 | 50 |
| Binary | 1111101 | 1010000 | 1100110 | 0 | 100100 | 10010 | 110011 | 101001011 | 10110 | 101000 |
Color Harmonies of #7D5066
Complementary color
Monochromatic Colors of #7D5066
Black with #7D5066
Text Example
Text Example
White with #7D5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5066; }
p { color: rgb(125,80,102); }
H1.HeaderClassName
{
color: #7D5066;
}
.AnyTagClassName
{
color: #7D5066;
}
</style>
background-color css
<style>
a { background-color: #7D5066; }
a { background-color: rgb(125,80,102); }
div.DivClassName
{
background-color: #7D5066;
}
.BgClassName
{
background-color: #7D5066;
}
</style>
border-color css
<style>
span { border-color: #7D5066; }
span { border-color: rgb(125,80,102); }
td.TdClassName
{
border-color: #7D5066;
}
.TagClassName
{
border-color: #7D5066;
}
</style>