Shades of Cosmic #7E4F6A
Tints of Cosmic #7E4F6A
RGB
CMYK
RGB Variations
Color information
#7E4F6A (or 0x7E4F6A) is known color: Cosmic. HEX triplet: 7E, 4F and 6A. RGB value is (126,79,106). Sum of RGB (Red+Green+Blue) = 126+79+106=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4F6A is #81B095. Grayscale: #606060. Windows color (decimal): -8499350 or 6967166. OLE color: 6967166.
HSL color Cylindrical-coordinate representation of color #7E4F6A: hue angle of 325.53º degrees, saturation: 0.23, 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 #7E4F6A is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 106 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.51 |
| HSL | 325.53º | 0.23% | 0.4% | - |
| HSV(B) | 325.53º | 0.37% | 0.49% | - |
| XYZ | 14 | 11.07 | 15.03 | - |
| YUV | 96.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 106 | 0 | 0.37 | 0.16 | 0.51 | 325.53 | 0.23 | 0.4 |
| Hex | 7E | 4F | 6A | 0 | 25 | 10 | 33 | 146 | 17 | 28 |
| Octal | 176 | 117 | 152 | 0 | 45 | 20 | 63 | 506 | 27 | 50 |
| Binary | 1111110 | 1001111 | 1101010 | 0 | 100101 | 10000 | 110011 | 101000110 | 10111 | 101000 |
Color Harmonies of #7E4F6A
Complementary color
Monochromatic Colors of #7E4F6A
Black with #7E4F6A
Text Example
Text Example
White with #7E4F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F6A; }
p { color: rgb(126,79,106); }
H1.HeaderClassName
{
color: #7E4F6A;
}
.AnyTagClassName
{
color: #7E4F6A;
}
</style>
background-color css
<style>
a { background-color: #7E4F6A; }
a { background-color: rgb(126,79,106); }
div.DivClassName
{
background-color: #7E4F6A;
}
.BgClassName
{
background-color: #7E4F6A;
}
</style>
border-color css
<style>
span { border-color: #7E4F6A; }
span { border-color: rgb(126,79,106); }
td.TdClassName
{
border-color: #7E4F6A;
}
.TagClassName
{
border-color: #7E4F6A;
}
</style>