Shades of Cosmic #7E506C
Tints of Cosmic #7E506C
RGB
CMYK
RGB Variations
Color information
#7E506C (or 0x7E506C) is known color: Cosmic. HEX triplet: 7E, 50 and 6C. RGB value is (126,80,108). Sum of RGB (Red+Green+Blue) = 126+80+108=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E506C is #81AF93. Grayscale: #606060. Windows color (decimal): -8499092 or 7098494. OLE color: 7098494.
HSL color Cylindrical-coordinate representation of color #7E506C: hue angle of 323.48º 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 #7E506C is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 108 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.51 |
| HSL | 323.48º | 0.22% | 0.4% | - |
| HSV(B) | 323.48º | 0.37% | 0.49% | - |
| XYZ | 14.18 | 11.26 | 15.61 | - |
| YUV | 96.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 108 | 0 | 0.37 | 0.14 | 0.51 | 323.48 | 0.22 | 0.4 |
| Hex | 7E | 50 | 6C | 0 | 25 | E | 33 | 143 | 16 | 28 |
| Octal | 176 | 120 | 154 | 0 | 45 | 16 | 63 | 503 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1101100 | 0 | 100101 | 1110 | 110011 | 101000011 | 10110 | 101000 |
Color Harmonies of #7E506C
Complementary color
Monochromatic Colors of #7E506C
Black with #7E506C
Text Example
Text Example
White with #7E506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E506C; }
p { color: rgb(126,80,108); }
H1.HeaderClassName
{
color: #7E506C;
}
.AnyTagClassName
{
color: #7E506C;
}
</style>
background-color css
<style>
a { background-color: #7E506C; }
a { background-color: rgb(126,80,108); }
div.DivClassName
{
background-color: #7E506C;
}
.BgClassName
{
background-color: #7E506C;
}
</style>
border-color css
<style>
span { border-color: #7E506C; }
span { border-color: rgb(126,80,108); }
td.TdClassName
{
border-color: #7E506C;
}
.TagClassName
{
border-color: #7E506C;
}
</style>