Shades of Cosmic #7E3D5F
Tints of Cosmic #7E3D5F
RGB
CMYK
RGB Variations
Color information
#7E3D5F (or 0x7E3D5F) is known color: Cosmic. HEX triplet: 7E, 3D and 5F. RGB value is (126,61,95). Sum of RGB (Red+Green+Blue) = 126+61+95=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3D5F is #81C2A0. Grayscale: #545454. Windows color (decimal): -8503969 or 6241662. OLE color: 6241662.
HSL color Cylindrical-coordinate representation of color #7E3D5F: hue angle of 328.62º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E3D5F is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 61 | 95 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.51 |
| HSL | 328.62º | 0.35% | 0.37% | - |
| HSV(B) | 328.62º | 0.52% | 0.49% | - |
| XYZ | 12.34 | 8.6 | 11.84 | - |
| YUV | 84.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 95 | 0 | 0.52 | 0.25 | 0.51 | 328.62 | 0.35 | 0.37 |
| Hex | 7E | 3D | 5F | 0 | 34 | 19 | 33 | 149 | 23 | 25 |
| Octal | 176 | 75 | 137 | 0 | 64 | 31 | 63 | 511 | 43 | 45 |
| Binary | 1111110 | 111101 | 1011111 | 0 | 110100 | 11001 | 110011 | 101001001 | 100011 | 100101 |
Color Harmonies of #7E3D5F
Complementary color
Monochromatic Colors of #7E3D5F
Black with #7E3D5F
Text Example
Text Example
White with #7E3D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3D5F; }
p { color: rgb(126,61,95); }
H1.HeaderClassName
{
color: #7E3D5F;
}
.AnyTagClassName
{
color: #7E3D5F;
}
</style>
background-color css
<style>
a { background-color: #7E3D5F; }
a { background-color: rgb(126,61,95); }
div.DivClassName
{
background-color: #7E3D5F;
}
.BgClassName
{
background-color: #7E3D5F;
}
</style>
border-color css
<style>
span { border-color: #7E3D5F; }
span { border-color: rgb(126,61,95); }
td.TdClassName
{
border-color: #7E3D5F;
}
.TagClassName
{
border-color: #7E3D5F;
}
</style>