Shades of Cosmic #7C506B
Tints of Cosmic #7C506B
RGB
CMYK
RGB Variations
Color information
#7C506B (or 0x7C506B) is known color: Cosmic. HEX triplet: 7C, 50 and 6B. RGB value is (124,80,107). Sum of RGB (Red+Green+Blue) = 124+80+107=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C506B is #83AF94. Grayscale: #606060. Windows color (decimal): -8630165 or 7032956. OLE color: 7032956.
HSL color Cylindrical-coordinate representation of color #7C506B: hue angle of 323.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C506B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 107 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.51 |
| HSL | 323.18º | 0.22% | 0.4% | - |
| HSV(B) | 323.18º | 0.35% | 0.49% | - |
| XYZ | 13.83 | 11.08 | 15.32 | - |
| YUV | 96.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 107 | 0 | 0.35 | 0.14 | 0.51 | 323.18 | 0.22 | 0.4 |
| Hex | 7C | 50 | 6B | 0 | 23 | E | 33 | 143 | 16 | 28 |
| Octal | 174 | 120 | 153 | 0 | 43 | 16 | 63 | 503 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1101011 | 0 | 100011 | 1110 | 110011 | 101000011 | 10110 | 101000 |
Color Harmonies of #7C506B
Complementary color
Monochromatic Colors of #7C506B
Black with #7C506B
Text Example
Text Example
White with #7C506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C506B; }
p { color: rgb(124,80,107); }
H1.HeaderClassName
{
color: #7C506B;
}
.AnyTagClassName
{
color: #7C506B;
}
</style>
background-color css
<style>
a { background-color: #7C506B; }
a { background-color: rgb(124,80,107); }
div.DivClassName
{
background-color: #7C506B;
}
.BgClassName
{
background-color: #7C506B;
}
</style>
border-color css
<style>
span { border-color: #7C506B; }
span { border-color: rgb(124,80,107); }
td.TdClassName
{
border-color: #7C506B;
}
.TagClassName
{
border-color: #7C506B;
}
</style>