Shades of Cosmic #7E5065
Tints of Cosmic #7E5065
RGB
CMYK
RGB Variations
Color information
#7E5065 (or 0x7E5065) is known color: Cosmic. HEX triplet: 7E, 50 and 65. RGB value is (126,80,101). Sum of RGB (Red+Green+Blue) = 126+80+101=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5065 is #81AF9A. Grayscale: #606060. Windows color (decimal): -8499099 or 6639742. OLE color: 6639742.
HSL color Cylindrical-coordinate representation of color #7E5065: hue angle of 332.61º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5065 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 101 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.51 |
| HSL | 332.61º | 0.22% | 0.4% | - |
| HSV(B) | 332.61º | 0.37% | 0.49% | - |
| XYZ | 13.82 | 11.11 | 13.73 | - |
| YUV | 96.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 101 | 0 | 0.37 | 0.20 | 0.51 | 332.61 | 0.22 | 0.4 |
| Hex | 7E | 50 | 65 | 0 | 25 | 14 | 33 | 14D | 16 | 28 |
| Octal | 176 | 120 | 145 | 0 | 45 | 24 | 63 | 515 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1100101 | 0 | 100101 | 10100 | 110011 | 101001101 | 10110 | 101000 |
Color Harmonies of #7E5065
Complementary color
Monochromatic Colors of #7E5065
Black with #7E5065
Text Example
Text Example
White with #7E5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5065; }
p { color: rgb(126,80,101); }
H1.HeaderClassName
{
color: #7E5065;
}
.AnyTagClassName
{
color: #7E5065;
}
</style>
background-color css
<style>
a { background-color: #7E5065; }
a { background-color: rgb(126,80,101); }
div.DivClassName
{
background-color: #7E5065;
}
.BgClassName
{
background-color: #7E5065;
}
</style>
border-color css
<style>
span { border-color: #7E5065; }
span { border-color: rgb(126,80,101); }
td.TdClassName
{
border-color: #7E5065;
}
.TagClassName
{
border-color: #7E5065;
}
</style>